doc/alpm-hooks: mention that hooks must have a ".hooks" suffix.
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
c72ca3d539
commit
7cf5e1aebf
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ DESCRIPTION
|
||||||
libalpm provides the ability to specify hooks to run before or after
|
libalpm provides the ability to specify hooks to run before or after
|
||||||
transactions based on the packages and/or files being modified. Hooks consist
|
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
|
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
|
TRIGGERS
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Add table
Reference in a new issue