summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-02 23:46:02 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-03 03:48:18 -0400
commit6e92903e48e5ed6b716e1b63a690855ef53f9637 (patch)
tree433cb9783ca9f3b830369b1d5eb51b2f166bf781
parent391aa4e6621986518ac3597f23af2b8916dd891a (diff)
chcleanup: Expand short flags to pacman
-rw-r--r--src/chroot-tools/chcleanup.in2
1 files changed, 1 insertions, 1 deletions
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