Re-enable REMOVE_PKGS test in pactest suite
[pacman-ng.git] / contrib / README
blob0d2153b0dd980023c11d5f2305c925cc5ee56c06
1 Here is a brief description of the files included in this directory:
3 PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable
4 names, highlights common errors such as invalid characters in pkgname or
5 pkgver, etc.
7 bash_completion - a bash completion script for pacman, install in
8 /etc/bash_completion.d/ for use (but rename to something descriptive!).
10 zsh_completion - a zsh completion script, install (with a rename) to
11 /usr/share/zsh/site-functions/.
13 pacdiff - a simple pacnew/pacorig/pacsave updater for /etc/.
15 paclist - list all packages installed from a given repository. Useful for
16 seeing which packages you may have installed from the testing repository,
17 for instance.
19 pacscripts - tries to print out the {pre,post}_{install,remove,upgrade}
20 scripts of a given package.
22 pacsearch - a colorized search combining both -Ss and -Qs output. Installed
23 packages are easily identified with a *** and local-only packages are also
24 listed.
26 pactree - generate a dependency tree of an installed package in textual or
27 graphical form (using graphviz).
29 bacman - regenerate a pacman package based on installed files and the pacman
30 database entries. Useful for reuse, or possible config file extension.
32 vimprojects - a project file for the vim project plugin.
34 wget-xdelta.sh - A download script for pacman which allows binary deltas
35 generated with makepkg to be used instead of downloading full binary packages.
36 This should cut download sizes for some package upgrades significantly.
38 gensync, updatesync - The former repository management scripts that have since
39 been superseded by repo-add and repo-remove. They are here for posterity's
40 sake, and to show how repo-add and repo-remove can be wrapped in other scripts.