fix hooks
This commit is contained in:
parent
376355538e
commit
5187adb9e5
3 changed files with 3 additions and 3 deletions
|
|
@ -27,4 +27,4 @@ Target = *
|
||||||
Description = snapper post snapshot
|
Description = snapper post snapshot
|
||||||
Depends = snapper
|
Depends = snapper
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /usr/bin/bash -c ". /usr/share/libalpm/hooks.bin/snap-pac; post"
|
Exec = /usr/bin/bash -c ". /usr/share/libalpm/hooks.bin/snap-pac/snap-pac; post"
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,4 @@ Target = *
|
||||||
Description = snapper pre snapshot
|
Description = snapper pre snapshot
|
||||||
Depends = snapper
|
Depends = snapper
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /usr/bin/bash -c ". /usr/share/libalpm/hooks.bin/snap-pac; pre"
|
Exec = /usr/bin/bash -c ". /usr/share/libalpm/hooks.bin/snap-pac/snap-pac; pre"
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,4 @@ Target = snap-pac
|
||||||
[Action]
|
[Action]
|
||||||
Description = snap-pac cleanup upon removal
|
Description = snap-pac cleanup upon removal
|
||||||
When = PreTransaction
|
When = PreTransaction
|
||||||
Exec = /usr/bin/bash -c ". /usr/share/libalpm/hooks.bin/snap-pac; clean"
|
Exec = /usr/bin/bash -c ". /usr/share/libalpm/hooks.bin/snap-pac/snap-pac; clean"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue