diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-22 20:20:27 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-22 20:20:27 -0300 |
commit | 08f13bd1f0a0d0e742f2a6e3816d878f2a23da5f (patch) | |
tree | 19e196e3bf96cf4671b0458ac251686d62d291fc /chcleanup | |
parent | df6d6b26c13ab6645e1f3bf683cc4537f1a18211 (diff) |
Remove temp file
Diffstat (limited to 'chcleanup')
-rwxr-xr-x | chcleanup | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 $? |