File: postinst

package info (click to toggle)
rotix 0.83-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 108 kB
  • ctags: 16
  • sloc: ansic: 281; sh: 160; makefile: 93
file content (6 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/rotix -a -d /usr/share/doc/rotix ]; then
		ln -sf ../share/doc/rotix /usr/doc/rotix
	fi
fi