diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2011-11-21 17:21:24 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-12 12:48:50 -0600 |
commit | b75fac5be31d6056e78fd29a0548cc3e6275a1b8 (patch) | |
tree | acb6406afd20db23b2637bc8946fb68638551f68 /contrib/.gitignore | |
parent | 6a1d3948a670184f01a697efe55b91b4ccdcb51d (diff) | |
download | pacman-b75fac5be31d6056e78fd29a0548cc3e6275a1b8.tar.xz |
pacsysclean: Add new contrib script
pacsysclean sort installed packages by decreasing installed size. It's
useful for finding large unused package when doing system clean-up. This
script is an improved version of other similar scripts posted on the
forums. Thanks goes to Dan for fixing and improving my original script.
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/.gitignore')
-rw-r--r-- | contrib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/.gitignore b/contrib/.gitignore index 1bd145fc..19b81e00 100644 --- a/contrib/.gitignore +++ b/contrib/.gitignore @@ -6,5 +6,6 @@ paclist paclog-pkglist pacscripts pacsearch +pacsysclean wget-xdelta.sh zsh_completion |