diff options
Diffstat (limited to 'hooks/post-update')
-rw-r--r-- | hooks/post-update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/post-update b/hooks/post-update new file mode 100644 index 0000000..3369111 --- /dev/null +++ b/hooks/post-update @@ -0,0 +1,3 @@ +mkdir $PDIR/.links +mkdir $PDIR/.links/{bin,doc,man,etc,include} + |