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