From 6e92903e48e5ed6b716e1b63a690855ef53f9637 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 2 Aug 2018 23:46:02 -0400 Subject: chcleanup: Expand short flags to pacman --- src/chroot-tools/chcleanup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/chroot-tools/chcleanup.in b/src/chroot-tools/chcleanup.in index 06f3eda..e72ab45 100644 --- a/src/chroot-tools/chcleanup.in +++ b/src/chroot-tools/chcleanup.in @@ -98,6 +98,6 @@ else echo "${packages[*]}" else # Only remove leftovers, -Rcs removes too much - pacman --noconfirm -Rn "${packages[@]}" + pacman --noconfirm -R --nosave "${packages[@]}" fi fi -- cgit v1.2.2