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