[Trigger]
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
When = PostTransaction
Exec = /bin/sh -c '/usr/bin/pacman -Qqen > /etc/pkglist.txt'
Given this hook, how can I create one that stores all of my explicitly installed packages from the AUR?