6fc5c852ec
add a hook to pacman, generating a list of installed pakages and writing it to `/home/swytch/.config/paru/pkglist`
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
[Trigger]
|
|
Operation = Remove
|
|
Operation = Install
|
|
Type = Package
|
|
Target = *
|
|
|
|
[Action]
|
|
Description = Update the pkglist...
|
|
When = PostTransaction
|
|
Exec = /bin/sh -c '/usr/bin/pacman -Qqe > /home/swytch/.config/paru/pkglist.txt'
|