]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-doc
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[debhelper.git] / autoscripts / prerm-doc
1 if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/#PACKAGE# ]; then
2         rm -f /usr/doc/#PACKAGE#
3 fi