File: postinst

package info (click to toggle)
syslog-summary 1.11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 40 kB
  • ctags: 8
  • sloc: python: 148; makefile: 36; sh: 12
file content (9 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

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