From cba7ad1fe612f1076f105620e5feef6861211ccb Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 14 May 2022 20:40:36 +0200 Subject: [PATCH] silence rm --- usr/lib/archboot/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index 270bad42a..da937ae4a 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -280,7 +280,7 @@ _prepare_xfce() { pacman -S ${i} --noconfirm >/dev/null 2>&1 || exit 1 _cleanup_install _cleanup_cache - rm /var/cache/pacman.log + rm -f /var/cache/pacman.log done fi echo "Removing not used icons ..."