File: postinst

package info (click to toggle)
vifm 0.2a-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 748 kB
  • ctags: 472
  • sloc: ansic: 7,832; sh: 2,898; makefile: 147
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

if [ -x /usr/bin/vim ]  
then
	/usr/bin/vim -esc ":helptags /etc/vim/doc/ | :quit"
fi