diff options
author | Allan McRae <allan@archlinux.org> | 2016-02-07 13:01:08 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-02-20 05:01:53 +0100 |
commit | 7cf5e1aebf8aaeefa743d057d72833541722ca24 (patch) | |
tree | 8d1e3e606daf1a754c474a43b1a29caa60c8baff | |
parent | c72ca3d539072acf55b4deb3a5646ce0717f08a1 (diff) | |
download | pacman-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>
-rw-r--r-- | doc/alpm-hooks.5.txt | 3 |
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 -------- |