diff options
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 $? |