#!/bin/sh

set -e

# bugs #322785 and #580329
if [ -h /usr/doc/gnugo ]
then
	rm -f /usr/doc/gnugo
fi

exit 0
