diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-15 13:16:33 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-15 13:16:33 +0200 |
commit | 6b970407c701c5e14138e6c7e05788c811517580 (patch) | |
tree | 0bb6ce814df829e65a9044507a050d1cb8763f2f | |
parent | 65e20e4873f4aed6b880da2b966fd182acd7d0dd (diff) |
caretaker(7): Updated HOOKS
-rw-r--r-- | man/7/caretaker.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/7/caretaker.pod b/man/7/caretaker.pod index b7f3023..e59b533 100644 --- a/man/7/caretaker.pod +++ b/man/7/caretaker.pod @@ -223,17 +223,17 @@ Currently, the following hooks exist: =item post-add -Sourced after a package was installed (e.g. with ct add/ct install) +Sourced after a package was installed =item post-update -Sourced after a package was updated (ct pull). +Sourced after a package was updated. It is also sourced when adding a package (after post-add) and when calling ct refresh. =item pre-remove -Sourced before a package is removed (ct remove) +Sourced before a package is removed =back |