#! /bin/sh

set -e

if test \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/bock
then
	rm -f /usr/doc/bock
fi
