File: postinst

package info (click to toggle)
dvidvi 1.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 92 kB
  • ctags: 114
  • sloc: ansic: 932; makefile: 39; sh: 24
file content (8 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/dvidvi -a -d /usr/share/doc/dvidvi ]; then
		ln -sf ../share/doc/dvidvi /usr/doc/dvidvi
	fi
fi
# End automatically added section