summarylogtreecommitdiffstats
path: root/reflector-mirrorlist-update.hook
blob: 1992c2f6c77870f49337404d7dbdb4fcc4036aa1 (plain)
1
2
3
4
5
6
7
8
9
10
[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = pacman-mirrorlist

[Action]
Description = Updating mirrorlist with reflector...
When = PostTransaction
Exec = /bin/sh -c 'systemctl start reflector.service && rm -f /etc/pacman.d/mirrorlist.pacnew'