fix pacman hook error

This commit is contained in:
Adrian Wannenmacher 2021-10-17 15:34:27 +02:00
parent 6924fd8cee
commit bb931ff68c
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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