File: lshell.postinst.debhelper

package info (click to toggle)
lshell 2.01-11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 116 kB
  • ctags: 9
  • sloc: sh: 155; ansic: 141; makefile: 39
file content (7 lines) | stat: -rw-r--r-- 236 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/lshell -a -d /usr/share/doc/lshell ]; then
		ln -sf ../share/doc/lshell /usr/doc/lshell
	fi
fi
# End automatically added section