diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-05 23:04:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-05 23:04:26 +0100 |
commit | a731a99757aa58ed167c8f7326afae479539f965 (patch) | |
tree | deadd4cbb37c1750c9baaa87d29609e97cff23a4 | |
parent | 9d917062b76031c8e3c97d5db59adc036a7d1004 (diff) |
Explained 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 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 |