From fcab5d1386726b3d2c1a4174c16d87ff2260c18d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 17 Aug 2008 12:46:32 +0200 Subject: Include configs from other packages --- hooks/post-update | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hooks/post-update (limited to 'hooks') diff --git a/hooks/post-update b/hooks/post-update new file mode 100644 index 0000000..e7bfb83 --- /dev/null +++ b/hooks/post-update @@ -0,0 +1,3 @@ +for inc in $PDIR/*/provides/vim/*(.N); { + echo "source $inc" >> $PDIR/vim/provided/vimrc +} -- cgit v1.2.3