File: postinst-doc

package info (click to toggle)
debhelper 4.0.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 684 kB
  • ctags: 49
  • sloc: perl: 2,095; makefile: 218
file content (5 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/#PACKAGE# -a -d /usr/share/doc/#PACKAGE# ]; then
		ln -sf ../share/doc/#PACKAGE# /usr/doc/#PACKAGE#
	fi
fi