]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-doc-base
r547: * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
[debhelper.git] / autoscripts / postinst-doc-base
1 if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
2         install-docs -i /usr/share/doc-base/#DOC-ID#
3 fi