summaryrefslogtreecommitdiff
path: root/hooks/post-update
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post-update')
-rw-r--r--hooks/post-update3
1 files changed, 0 insertions, 3 deletions
diff --git a/hooks/post-update b/hooks/post-update
deleted file mode 100644
index e7bfb83..0000000
--- a/hooks/post-update
+++ /dev/null
@@ -1,3 +0,0 @@
-for inc in $PDIR/*/provides/vim/*(.N); {
- echo "source $inc" >> $PDIR/vim/provided/vimrc
-}