From b42d0852f31ce7cef75da5ce51e6c09545ef8f2d Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Wed, 11 Nov 2015 19:19:59 -0500 Subject: allow arguments in hook Exec fields Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- doc/alpm-hooks.5.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') 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 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. -- cgit v1.2.3-24-g4f1b