diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-08 10:42:17 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-08 10:42:17 -0300 |
commit | a0890dedb0ed2ba5c959ddd8cddf52fe4695baa9 (patch) | |
tree | 4503ca58aece0a5e4c30b91617eaa9db0d79ff55 | |
parent | b53d6c027ad0a90c676419d2246fa76a7682221a (diff) |
Use system clean file
-rwxr-xr-x | chcleanup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |