File: vim-runtime.postinst

package info (click to toggle)
vim 1%3A7.0-122%2B1etch2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 9,848 kB
  • ctags: 55
  • sloc: makefile: 436; sh: 224; perl: 97; python: 25
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# 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

#DEBHELPER#

exit 0