From 4595e819d394405a5b0e376bab8d671ab6a66cc0 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 28 May 2024 16:51:08 +0200 Subject: stop being verbose on file deletion --- hook/99-pacman-offline.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hook') diff --git a/hook/99-pacman-offline.hook b/hook/99-pacman-offline.hook index 0538072..19dc366 100644 --- a/hook/99-pacman-offline.hook +++ b/hook/99-pacman-offline.hook @@ -8,4 +8,4 @@ Target = * [Action] Description = Disabling scheduled pacman offline update... When = PostTransaction -Exec = /bin/sh -c 'rm -fv /system-update /run/systemd/system/systemd-reboot.service && systemctl daemon-reload' +Exec = /bin/sh -c 'rm --force /system-update /run/systemd/system/systemd-reboot.service && systemctl daemon-reload' -- cgit v1.2.3-54-g00ecf