summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-08 10:42:17 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-08 10:42:17 -0300
commita0890dedb0ed2ba5c959ddd8cddf52fe4695baa9 (patch)
tree4503ca58aece0a5e4c30b91617eaa9db0d79ff55
parentb53d6c027ad0a90c676419d2246fa76a7682221a (diff)
Use system clean file
-rwxr-xr-xchcleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/chcleanup b/chcleanup
index d1c71c7..7074b84 100755
--- a/chcleanup
+++ b/chcleanup
@@ -1,6 +1,6 @@
#!/bin/bash
-[ ! -f ~/cleansystem ] && exit 1
+[ ! -f /etc/libretools.d/cleansystem ] && exit 1
packages=($(comm -23 <(pacman -Qq | sort) <(sort /etc/libretools.d/cleansystem)))