diff --git a/etc/pacman.d/hooks/mirrorupgrade.hook b/etc/pacman.d/hooks/mirrorupgrade.hook index 5779f47..ae7e255 100644 --- a/etc/pacman.d/hooks/mirrorupgrade.hook +++ b/etc/pacman.d/hooks/mirrorupgrade.hook @@ -7,4 +7,4 @@ Target = pacman-mirrorlist Description = Updating pacman-mirrorlist with reflector and removing pacnew... When = PostTransaction Depends = reflector -Exec = /bin/sh -c 'systemctl start reflector.service; if [ -f /etc/pacman.d/mirrorlist.pacnew ]; then rm /etc/pacman.d/mirrorlist.pacnew; fi' \ No newline at end of file +Exec = /bin/sh -c 'systemctl start reflector.service; if [ -f /etc/pacman.d/mirrorlist.pacnew ]; then rm /etc/pacman.d/mirrorlist.pacnew; fi'