summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 20:20:27 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 20:20:27 -0300
commit08f13bd1f0a0d0e742f2a6e3816d878f2a23da5f (patch)
tree19e196e3bf96cf4671b0458ac251686d62d291fc
parentdf6d6b26c13ab6645e1f3bf683cc4537f1a18211 (diff)
Remove temp file
-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 $?