Add pacdiff hook
This commit is contained in:
parent
5662649b90
commit
d80c97bf60
1 changed files with 11 additions and 0 deletions
11
pacman_hooks/pacdiff.hook
Normal file
11
pacman_hooks/pacdiff.hook
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Trigger]
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Operation = Remove
|
||||
Type = Package
|
||||
Target = *
|
||||
|
||||
[Action]
|
||||
Description = Run 'pacdiff' after each transaction
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/bash -c "/usr/bin/pacdiff"
|
Loading…
Add table
Reference in a new issue