dotfiles/pacman/hooks/10-pkglist-update.hook
2019-08-21 20:29:27 +08:00

13 lines
241 B
Plaintext

[Trigger]
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
Depends = pacman
Description = Update package list at $HOME/dotfiles/pkglist
When = PostTransaction
Exec = /bin/sh /usr/local/bin/create-pacman-pkglist.sh