dotfiles/dot_config/pacman/hooks/package-list.hook.tmpl

10 lines
180 B
Cheetah
Raw Permalink Normal View History

[Trigger]
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
When = PostTransaction
Exec = {{ joinPath .chezmoi.homeDir ".local/bin/update-package-list" }}