#!/bin/sh set -e if [ "$1" = "configure" ]; then if [ -d /usr/doc -a ! -e /usr/doc/xnecview \ -a -d /usr/share/doc/ratfor ]; then ln -sf ../share/doc/ratfor /usr/doc/ratfor fi fi