1 2 3 4 5 6
post_upgrade() { post_install $2 } post_install() { vim -c "helptags /usr/share/vim/vimfiles/doc | q" 2> /dev/null }