pacman.conf.5: document system hook directory

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2016-01-26 19:58:34 +10:00
parent a5a9080219
commit c781a85387
2 changed files with 4 additions and 2 deletions

View File

@ -121,7 +121,8 @@ ASCIIDOC_OPTS = \
-a pacman_date="`date +%Y-%m-%d`" \
-a pkgdatadir=$(pkgdatadir) \
-a localstatedir=$(localstatedir) \
-a sysconfdir=$(sysconfdir)
-a sysconfdir=$(sysconfdir) \
-a datarootdir=$(datarootdir)
A2X_OPTS = \
--no-xmllint \

View File

@ -71,7 +71,8 @@ Options
path, the root path is not automatically prepended.
*HookDir =* path/to/hook/dir::
Add directories to search for alpm hooks. A typical default is
Add directories to search for alpm hooks in addition to the system hook
directory (+{datarootdir}/libalpm/hooks/+). A typical default is
+{sysconfdir}/pacman.d/hooks+. Multiple directories can be specified with
hooks in later directories taking precedence over hooks in earlier
directories. *NOTE*: this is an absolute path, the root path is not