summaryrefslogtreecommitdiff
path: root/chcleanup
diff options
context:
space:
mode:
Diffstat (limited to 'chcleanup')
-rwxr-xr-xchcleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/chcleanup b/chcleanup
index 83c9f3f..a893320 100755
--- a/chcleanup
+++ b/chcleanup
@@ -2,6 +2,6 @@
[ ! -f ~/cleansystem ] && exit 1
-sudo pacman --noconfirm -Rcs $(comm -23 <(pacman -Qq | sort) <(sort ~/cleansystem))
+sudo pacman --noconfirm -Rcs $(comm -23 <(pacman -Qq | sort) <(sort /etc/libretools.d/cleansystem))
exit $?