#! /bin/sh

set -e

if test "$1" = "configure" -a -d /usr/doc -a ! -e /usr/doc/bock \
        -a -d /usr/share/doc/bock
then
	ln -snf ../share/doc/bock /usr/doc/bock
fi
