updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / vim-nerdtree / vimdoc.install
bloba23091b65bccdcf7e465e9d4c11ea9aa236a6c25
1 post_install() {
2     echo -n "Updating vim help tags..."
3     /usr/bin/vim --noplugins -u NONE -U NONE --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
4     echo "done."
7 post_upgrade() {
8   post_install ${1}
11 post_remove() {
12   post_install