dotfiles/etc/pacman.d/hooks/install-list.hook

10 lines
171 B
Plaintext
Raw Normal View History

2023-07-11 04:43:17 +00:00
[Trigger]
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
When = PostTransaction
2023-10-13 16:35:31 +00:00
Exec = /bin/sh -c '/usr/bin/pacman -Qe > /etc/installList.txt'