mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
|
[Trigger]
|
||
|
Operation = Install
|
||
|
Operation = Upgrade
|
||
|
Operation = Remove
|
||
|
Type = Package
|
||
|
Target = *
|
||
|
|
||
|
[Action]
|
||
|
Depends = pacman
|
||
|
Description = Update package list at $HOME/dotfiles/pkglist
|
||
|
When = PostTransaction
|
||
|
Exec = /usr/bin/pacman -Qqne >> ~/dotfiles/pkglist.txt
|