updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / vim-gundo / vimdoc.install
blob81700b023f84f8273c11bef8567df2dd7aebc7ce
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
10 post_remove() {
11   post_install