From 0bfc8adf377e7c0d4870fd79999b359a00bc96e2 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Sat, 10 May 2008 12:33:15 +0200 Subject: contrib/paclist: list packages installed from given repo. The paclist script provides a simple method for monitoring which packages are installed from a given repo. This is particularly useful when using a testing or unstable repository. Thanks to Allan McRae for the idea and an initial bash script. As suggested by Dan, I tried to rewrite in perl, and this resulted in much better performance. Then Dan further cleaned up the script. Signed-off-by: Chantry Xavier [Dan: add to Makefile & README, minor script cleanups] Signed-off-by: Dan McGee --- contrib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/Makefile.am') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 7eee91a1..c68ef51c 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,6 +3,7 @@ EXTRA_DIST = \ bash_completion \ gensync \ pacdiff \ + paclist \ pacsearch \ re-pacman \ updatesync \ -- cgit v1.2.3-24-g4f1b