summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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