File: postinst

package info (click to toggle)
slrnface 2.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 116 kB
  • ctags: 69
  • sloc: ansic: 559; makefile: 75; sh: 9
file content (9 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ "$1" != "configure" ]; then
	exit 0
fi

if [ -d /usr/doc -a ! -e /usr/doc/slrnface -a -d /usr/share/doc/slrnface ]; then
	ln -sf ../share/doc/slrnface /usr/doc/slrnface
fi