File: postinst

package info (click to toggle)
unixcw 1.1a-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 264 kB
  • ctags: 301
  • sloc: ansic: 2,491; makefile: 120; sh: 24
file content (6 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh -e
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/unixcw -a -d /usr/share/doc/unixcw ]; then
		ln -sf ../share/doc/unixcw /usr/doc/unixcw
	fi
fi