summaryrefslogtreecommitdiff
path: root/chcleanup
diff options
context:
space:
mode:
Diffstat (limited to 'chcleanup')
-rwxr-xr-xchcleanup3
1 files changed, 3 insertions, 0 deletions
diff --git a/chcleanup b/chcleanup
index e689a4b..1252e66 100755
--- a/chcleanup
+++ b/chcleanup
@@ -46,4 +46,7 @@ msg2 "Removing ${#packages[@]} packages: ${packages[@]}"
# Only remove leftovers, -Rcs removes too much
sudo pacman --noconfirm -Rn ${packages[@]}
+# Cleanup
+rm -f ${cleanup_log}
+
exit $?