D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
vim-runtime.postinst
back
Copy
#!/bin/sh set -e # Need to run helpztags since we're overwriting /u/s/v/a/d/tags whenever # vim-runtime is install/upgraded which breaks the help for other vim addons if which helpztags >/dev/null 2>&1; then helpztags /usr/share/vim/addons/doc fi exit 0