summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-doc
blob: 05abb49501c6e4fe81ec47cc7aa6a964726ec7f7 (plain)
1
2
3
4
if [ "$1" = "upgrade" ] || [ "$1" = "remove" ] && [ -L /usr/doc/#PACKAGE#
then
	rm -f /usr/doc/#PACKAGE#
fi