#!/bin/sh
set -e
if [ "$1" = "upgrade" ] || [ "$1" = "remove" ] && [ -L /usr/doc/xmonobut ]
then
	rm -f /usr/doc/xmonobut
fi
