mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
alpm-hooks.5: document hook running order
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
fd936c9e73
commit
83c7dc80cb
@ -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
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user