File: include.postinst

package info (click to toggle)
kernel-image-sparc-2.2 9woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 180 kB
  • ctags: 13
  • sloc: makefile: 122; sh: 74
file content (7 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/=P -a -d /usr/share/doc/=P ]; then
		ln -sf ../share/doc/=P /usr/doc/=P
	fi
fi