mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 20:35:12 -05:00
0bfc8adf37
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 <shiningxc@gmail.com> [Dan: add to Makefile & README, minor script cleanups] Signed-off-by: Dan McGee <dan@archlinux.org>
16 lines
209 B
Makefile
16 lines
209 B
Makefile
EXTRA_DIST = \
|
|
PKGBUILD.vim \
|
|
bash_completion \
|
|
gensync \
|
|
pacdiff \
|
|
paclist \
|
|
pacsearch \
|
|
re-pacman \
|
|
updatesync \
|
|
vimprojects \
|
|
wget-xdelta.sh \
|
|
zsh_completion \
|
|
README
|
|
|
|
# vim:set ts=2 sw=2 noet:
|