summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-09-08 18:58:20 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-09-08 18:58:20 +0200
commit7d6677478c15c6516179a2b0bb17a4b3fe0a2aee (patch)
treedc57633ea6383198221fe2f69c61c416b8a91562
parent77a4fecf42bff713021b6f920728710a2ab6d89a (diff)
post-update hook: Invoke zcompile
-rw-r--r--.gitignore1
-rw-r--r--hooks/post-update4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0201d3a..b083c1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
provided
etc/local
+etc/*.zwc
diff --git a/hooks/post-update b/hooks/post-update
index 8fb46e2..b4f977d 100644
--- a/hooks/post-update
+++ b/hooks/post-update
@@ -19,3 +19,7 @@ for inc in $PDIR/*/provides/zsh/functions(N); {
for snippet in $PDIR/*/provides/zsh/*(.N); {
echo "source $snippet" >> $PDIR/zsh/provided/includes
}
+
+cd $PDIR/zsh/etc
+zcompile functions.zwc functions/*
+zcompile completions.zwc completions/*