File: postinst.debhelper

package info (click to toggle)
doc-linux-it 2000.01-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,136 kB
  • ctags: 19
  • sloc: perl: 249; makefile: 50; sh: 42
file content (7 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/doc-linux-it -a -d /usr/share/doc/doc-linux-it ]; then
		ln -sf ../share/doc/doc-linux-it /usr/doc/doc-linux-it
	fi
fi
# End automatically added section