From c53dcadab9cebef99622f016fd828028aaab2c95 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 28 Sep 2017 22:37:01 +0200 Subject: clean up package cache --- systemd/pacman-offline | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemd/pacman-offline b/systemd/pacman-offline index 54e2e03..051ebec 100755 --- a/systemd/pacman-offline +++ b/systemd/pacman-offline @@ -13,5 +13,8 @@ rm -f /system-update # install updates pacman -Su --noconfirm +# clean up package cache +pacman -Sc --noconfirm + # reboot systemctl reboot -- cgit v1.2.3-54-g00ecf