dotfiles/pacman/hooks/10-pkglist-update.hook

13 lines
241 B
Plaintext
Raw Normal View History

2019-08-18 00:26:04 +00:00
[Trigger]
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
Depends = pacman
Description = Update package list at $HOME/dotfiles/pkglist
When = PostTransaction
2019-08-21 12:29:27 +00:00
Exec = /bin/sh /usr/local/bin/create-pacman-pkglist.sh