summaryrefslogtreecommitdiffstats
path: root/contrib/README
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2009-03-02 19:13:08 +0100
committerDan McGee <dan@archlinux.org>2009-03-15 17:38:53 +0100
commita864a50bc6a65a5c39a4727a07a3b269049a808e (patch)
tree8f3332f39001a58062a1278a2dbbca4db7ceb959 /contrib/README
parentd8d9ab8c870eb9f2df5e6e607b1da34e6e40e29e (diff)
downloadpacman-a864a50bc6a65a5c39a4727a07a3b269049a808e.tar.gz
pacman-a864a50bc6a65a5c39a4727a07a3b269049a808e.tar.xz
contrib/pacscripts - print install scripts from a package
Prints the install script from a given package file or from a package in the pacman repo. Original-work-by: Giulio "giulivo" Fidente <giulivo.navigante@gmail.com> Improvements-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 29962b47..0d2153b0 100644
--- a/contrib/README
+++ b/contrib/README
@@ -16,6 +16,9 @@ paclist - list all packages installed from a given repository. Useful for
seeing which packages you may have installed from the testing repository,
for instance.
+pacscripts - tries to print out the {pre,post}_{install,remove,upgrade}
+scripts of a given package.
+
pacsearch - a colorized search combining both -Ss and -Qs output. Installed
packages are easily identified with a *** and local-only packages are also
listed.