summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-02-20 06:43:13 +0100
committerAllan McRae <allan@archlinux.org>2016-02-21 08:10:11 +0100
commit83c7dc80cba7c9818f0ceba7ff6382fef873818f (patch)
treeb6dc44a1b10a6f3912527a6043634bf9f1cc8408 /doc
parentfd936c9e732348ed754087576d67d1b2fe04afd4 (diff)
downloadpacman-83c7dc80cba7c9818f0ceba7ff6382fef873818f.tar.gz
pacman-83c7dc80cba7c9818f0ceba7ff6382fef873818f.tar.xz
alpm-hooks.5: document hook running order
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 979af493..7c523e2d 100644
--- a/doc/alpm-hooks.5.txt
+++ b/doc/alpm-hooks.5.txt
@@ -34,7 +34,8 @@ 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. Hook
-file names are required to have the suffix ".hook".
+file names are required to have the suffix ".hook". Hooks are run in
+alphabetical order of their file name.
TRIGGERS
--------