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

10 lines
172 B
Plaintext
Raw Normal View History

2023-07-14 18:33:11 +00:00
[Trigger]
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
When = PostTransaction
Exec = /bin/sh -c '/usr/bin/pacman -Qqe > /etc/installList.txt'