]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-doc
05abb49501c6e4fe81ec47cc7aa6a964726ec7f7
[debhelper.git] / autoscripts / prerm-doc
1 if [ "$1" = "upgrade" ] || [ "$1" = "remove" ] && [ -L /usr/doc/#PACKAGE#
2 then
3         rm -f /usr/doc/#PACKAGE#
4 fi