diff options
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/post-update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/post-update b/hooks/post-update index 88d9dbd..d06d877 100644 --- a/hooks/post-update +++ b/hooks/post-update @@ -1,4 +1,7 @@ # vim:ft=zsh +## This is a post-update hook for pkg (a vcs-home implementation). +## It includes configs provided by other packages +## and sets some more static parameters mkdir -p $HOME/var/cache/zsh mkdir -p $PDIR/zsh/provided rm -f $HOME/var/cache/zsh/compdump |