fix pacman hook error
This commit is contained in:
parent
6924fd8cee
commit
bb931ff68c
@ -8,5 +8,5 @@ Target = *
|
||||
[Action]
|
||||
Description = Performing pre UKI creation...
|
||||
When = PreTransaction
|
||||
Exec = snap-pac-uki snapshots
|
||||
Exec = /usr/local/bin/snap-pac-uki snapshots
|
||||
AbortOnFail
|
||||
|
@ -8,4 +8,4 @@ Target = *
|
||||
[Action]
|
||||
Description = Performing post UKI creation...
|
||||
When = PostTransaction
|
||||
Exec = snap-pac-uki snapshots
|
||||
Exec = /usr/local/bin/snap-pac-uki snapshots
|
||||
|
@ -8,4 +8,4 @@ Target = *
|
||||
[Action]
|
||||
Description = Performing current UKI creation...
|
||||
When = PostTransaction
|
||||
Exec = snap-pac-uki current
|
||||
Exec = /usr/local/bin/snap-pac-uki current
|
||||
|
Loading…
Reference in New Issue
Block a user