#!/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