From 38fc9976e02de22f0fe08820703fb02d972f6314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=A4ferdiek?= Date: Tue, 23 Mar 2021 09:20:40 +0100 Subject: [PATCH] Fix 0byte --- etc/pacman.d/hooks/mirrorupgrade.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'