Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pacman
Pacman
Commits
2d8a7519
Commit
2d8a7519
authored
Jul 25, 2018
by
Jouke Witteveen
Committed by
Allan McRae
Jul 27, 2018
Browse files
alpm-hooks.5: include more information on hook files
Signed-off-by:
Allan McRae
<
allan@archlinux.org
>
parent
13fb2430
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/alpm-hooks.5.asciidoc
View file @
2d8a7519
...
...
@@ -30,9 +30,13 @@ 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. Hook
'[Trigger]' section describing which transactions it should be run for.
Hooks are read from files located in the system hook directory
+{datarootdir}/libalpm/hooks+, and additional custom directories specified in
linkman:pacman.conf[5] (the default is +{sysconfdir}/pacman.d/hooks+). The
file names are required to have the suffix ".hook". Hooks are run in
alphabetical order of their file name.
alphabetical order of their file name
, where the ordering ignores the suffix
.
TRIGGERS
--------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment