Fix 0byte

This commit is contained in:
Alexander Schäferdiek 2021-03-23 09:20:40 +01:00
parent 5626d0cfc0
commit 38fc9976e0

View file

@ -7,4 +7,4 @@ Target = pacman-mirrorlist
Description = Updating pacman-mirrorlist with reflector and removing pacnew... Description = Updating pacman-mirrorlist with reflector and removing pacnew...
When = PostTransaction When = PostTransaction
Depends = reflector 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' Exec = /bin/sh -c 'systemctl start reflector.service; if [ -f /etc/pacman.d/mirrorlist.pacnew ]; then rm /etc/pacman.d/mirrorlist.pacnew; fi'