]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-doc-base
r518: * dh_movefiles has long been a sore point in debhelper. Inherited
[debhelper.git] / autoscripts / prerm-doc-base
1 if [ "$1" = remove -o "$1" = upgrade ] && \
2    command -v install-docs >/dev/null 2>&1; then
3         install-docs -r #DOC-ID#
4 fi