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