summaryrefslogtreecommitdiff
path: root/man/rcup.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/rcup.1')
-rw-r--r--man/rcup.111
1 files changed, 8 insertions, 3 deletions
diff --git a/man/rcup.1 b/man/rcup.1
index 8839159..3304436 100644
--- a/man/rcup.1
+++ b/man/rcup.1
@@ -114,9 +114,14 @@ Hooks go in a directory named
.Pa hooks .
Two hooks are supported by
.Nm rcup :
-pre-up and post-up . These go in files with predictable filenames:
-.Pa .dotfiles/hooks/pre-up and
-.Pa .dotfiles/hooks/post-up .
+pre-up and post-up. These go in files or directories with predictable filenames:
+.Pa .dotfiles/hooks/pre-up
+and
+.Pa .dotfiles/hooks/post-up ,
+or
+.Pa .dotfiles/hooks/pre-up/*
+and
+.Pa .dotfiles/hooks/post-up/* .
These files must be executable. They are run every time
.Nm
is run, and therefore must be idempotent.