diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-28 16:51:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-29 09:23:49 +0200 |
commit | 4595e819d394405a5b0e376bab8d671ab6a66cc0 (patch) | |
tree | e3f2b7a5db155cd7ca053f6c5575fc0299b1b448 | |
parent | 7fb2beaa429fbd6945acf53bc54c7037ddcc0ea7 (diff) | |
download | pacman-offline-4595e819d394405a5b0e376bab8d671ab6a66cc0.tar.gz pacman-offline-4595e819d394405a5b0e376bab8d671ab6a66cc0.tar.zst |
stop being verbose on file deletion
-rw-r--r-- | hook/99-pacman-offline.hook | 2 |
1 files changed, 1 insertions, 1 deletions
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' |