diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-11-12 01:19:59 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-11-28 07:26:51 +0100 |
commit | b42d0852f31ce7cef75da5ce51e6c09545ef8f2d (patch) | |
tree | 7f509a32250117dc51bc10ca8e7bab8fdb72acc7 /doc | |
parent | e0607f6ae28e85ab905cd10536055ff5b6cc4652 (diff) | |
download | pacman-b42d0852f31ce7cef75da5ce51e6c09545ef8f2d.tar.gz pacman-b42d0852f31ce7cef75da5ce51e6c09545ef8f2d.tar.xz |
allow arguments in hook Exec fields
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/alpm-hooks.5.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/alpm-hooks.5.txt b/doc/alpm-hooks.5.txt index 2986abf3..770f466e 100644 --- a/doc/alpm-hooks.5.txt +++ b/doc/alpm-hooks.5.txt @@ -62,8 +62,9 @@ defined the hook will run if the transaction matches *any* of the triggers. ACTIONS ------- -*Exec =* /path/to/executable:: - Executable to run. Required. +*Exec =* <command>:: + Command to run. Command arguments are split on whitespace. Values + containing whitespace should be enclosed in quotes. Required. *When =* PreTransaction|PostTransaction:: When to run the hook. Required. |