File: postinst

package info (click to toggle)
psk31lx 0.61-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 168 kB
  • ctags: 229
  • sloc: cpp: 1,464; makefile: 71; sh: 8
file content (6 lines) | stat: -rw-r--r-- 179 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/psk31lx -a -d /usr/share/doc/psk31lx ]; then
		ln -sf ../share/doc/psk31lx /usr/doc/psk31lx
	fi
fi