updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vim-spellchecker / vimdoc.install
blobb0d59930670b8fceba4441a339593b6bc076c444
1 post_install() {
2     echo -n "Updating vim help tags..."
3     vim -e -c "helptags /usr/share/vim/vimfiles/doc" -c quit
4     echo "done."
7 post_upgrade() {
8   post_install $1
11 post_remove() {
12   post_install
15 op=$1
16 shift
18 $op $*