summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-02-07 13:01:08 +0100
committerAllan McRae <allan@archlinux.org>2016-02-20 05:01:53 +0100
commit7cf5e1aebf8aaeefa743d057d72833541722ca24 (patch)
tree8d1e3e606daf1a754c474a43b1a29caa60c8baff /doc
parentc72ca3d539072acf55b4deb3a5646ce0717f08a1 (diff)
downloadpacman-7cf5e1aebf8aaeefa743d057d72833541722ca24.tar.gz
pacman-7cf5e1aebf8aaeefa743d057d72833541722ca24.tar.xz
doc/alpm-hooks: mention that hooks must have a ".hooks" suffix.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/alpm-hooks.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/alpm-hooks.5.txt b/doc/alpm-hooks.5.txt
index aee2ff89..979af493 100644
--- a/doc/alpm-hooks.5.txt
+++ b/doc/alpm-hooks.5.txt
@@ -33,7 +33,8 @@ DESCRIPTION
libalpm provides the ability to specify hooks to run before or after
transactions based on the packages and/or files being modified. Hooks consist
of a single '[Action]' section describing the action to be run and one or more
-'[Trigger]' section describing which transactions it should be run for.
+'[Trigger]' section describing which transactions it should be run for. Hook
+file names are required to have the suffix ".hook".
TRIGGERS
--------