aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsystemd/pacman-offline3
1 files changed, 3 insertions, 0 deletions
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