diff options
Diffstat (limited to 'chcleanup')
-rwxr-xr-x | chcleanup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ packages=($(comm -23 <(pacman -Qq | sort) \ [ ${#packages[@]} -eq 0 ] && exit 0 -msg2 "Removing %d packages: %s" ${#packages[@]} "${packages[@]}" +msg2 "Removing %d packages" ${#packages[@]} # Only remove leftovers, -Rcs removes too much sudo pacman --noconfirm -Rn ${packages[@]} |