updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / vim-vimprj / vimdoc.install
blob63d262b1ef0ae303b9ddab1d4eff888cb0d65b08
1 post_install() {
2   echo -n 'Updating vim help tags...'
3   /usr/bin/vim --noplugins \
4     -u NONE -U NONE \
5     --cmd ':helptags /usr/share/vim/vimfiles/doc' \
6     --cmd ':q' > /dev/null 2>&1
7   echo 'done.'
10 post_upgrade() {
11   post_install $1
14 post_remove() {
15   post_install $1
18 op=$1
19 shift
21 $op $*