updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / vimmpc-git / vimdoc.install
blobe25a94ce791ca737891d7e633d4cdd122bcdba8b
1 post_install() {
2     echo -n "Updating vim help tags..."
3     /usr/bin/vim --noplugins -u NONE -U NONE \
4         --cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
5     echo "done."
7 post_upgrade() {
8   post_install $1
10 post_remove() {
11   post_install