Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=26ad29c62983330c2c306bc7969e3b0f80542dcd
commit 26ad29c62983330c2c306bc7969e3b0f80542dcd Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Dec 26 04:00:27 2007 +0100 pacman-g2 man: document hooks diff --git a/doc/pacman-g2.txt b/doc/pacman-g2.txt index 157b254..de51c16 100644 --- a/doc/pacman-g2.txt +++ b/doc/pacman-g2.txt @@ -410,6 +410,15 @@ Pacman will now use your package repository. If you add new packages to the repository, remember to re-generate the database and use pacman-g2's --refresh option. +== HOOKS + +pacman-g2 will attempt to execute hooks in the /etc/pacman-g2/hooks directory. +The hooks are like package scriptlets: each file can provide functions for a +given hook. At the moment the following hooks are supported: + +post_sysupgrade:: + Executed after a successful `pacman-g2 -S --sysupgrade`. + == SEE ALSO *makepkg*(8) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
