system-helpers/etc/pacman.d/hooks/mirrorupgrade.hook

10 lines
345 B
Text
Raw Normal View History

2018-08-27 16:37:14 +00:00
[Trigger]
Operation = Upgrade
Type = Package
Target = pacman-mirrorlist
[Action]
Description = Updating pacman-mirrorlist with reflector and removing pacnew...
When = PostTransaction
Depends = reflector
2021-03-22 22:30:09 +00:00
Exec = /bin/sh -c 'systemctl start reflector.service; if [ -f /etc/pacman.d/mirrorlist.pacnew ]; then rm /etc/pacman.d/mirrorlist.pacnew; fi'