dotfiles/pacman/hooks/10-pacman-full-upgrade.hook

14 lines
238 B
Plaintext
Raw Normal View History

2019-08-21 12:29:27 +00:00
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Depends = pacman
Description = Do a system sync first before doing any operations
When = PreTransaction
2019-08-21 12:29:27 +00:00
Exec = /usr/bin/pacman -Syu