fix hooks
This commit is contained in:
parent
44bef72930
commit
0b724a5fcf
2 changed files with 2 additions and 2 deletions
|
|
@ -27,4 +27,4 @@ Target = *
|
|||
Description = snapper post snapshot
|
||||
Depends = snapper
|
||||
When = PostTransaction
|
||||
Exec = /usr/share/libalpm/hooks.bin/snap-pac/snap-pac post
|
||||
Exec = /usr/share/libalpm/hooks.bin/snap-pac post
|
||||
|
|
|
|||
|
|
@ -27,5 +27,5 @@ Target = *
|
|||
Description = snapper pre snapshot
|
||||
Depends = snapper
|
||||
When = PreTransaction
|
||||
Exec = /usr/share/libalpm/hooks.bin/snap-pac/snap-pac pre
|
||||
Exec = /usr/share/libalpm/hooks.bin/snap-pac pre
|
||||
AbortOnFail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue