diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-05 03:38:41 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-05 03:38:41 -0300 |
commit | 6225a97d6d1102d8d5fc85dc59ad91b60f416a66 (patch) | |
tree | f10f307256ee862ba9a462757f8274872c56fea6 /chcleanup | |
parent | 7d6e9b08d749983263ed3ee890f73d13e73740c8 (diff) |
Use libretools' cleansystem
Diffstat (limited to 'chcleanup')
-rwxr-xr-x | chcleanup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $? |