mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-07 15:19:17 +01:00
Added hook for pacman (Issue #18).
This commit is contained in:
parent
a4f8837aa2
commit
71b41300b3
12
hooks/pacman.hook
Normal file
12
hooks/pacman.hook
Normal file
@ -0,0 +1,12 @@
|
||||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Operation = Remove
|
||||
Type = Package
|
||||
Target = *
|
||||
|
||||
[Action]
|
||||
Description = Regenerating hashboot checksums...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/hashboot index
|
||||
Depends = hashboot
|
Loading…
Reference in New Issue
Block a user