mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 12:19:02 +00:00
14 lines
239 B
Plaintext
14 lines
239 B
Plaintext
![]() |
[Trigger]
|
||
|
Operation = Install
|
||
|
Operation = Upgrade
|
||
|
Operation = Remove
|
||
|
Type = Package
|
||
|
Target = *
|
||
|
|
||
|
[Action]
|
||
|
Depends = pacman
|
||
|
Description = Do a system sync first before doing any operations
|
||
|
When = PostTransaction
|
||
|
Exec = /usr/bin/pacman -Syu
|
||
|
|