File: postinst

package info (click to toggle)
xfaces 3.3-20
  • links: PTS
  • area: main
  • in suites: woody
  • size: 936 kB
  • ctags: 1,268
  • sloc: ansic: 7,472; makefile: 781; sh: 12
file content (12 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

PACKAGE="xfaces"

# FSSTND compatible symlinks
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