]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-doc-base
dh_installmenus: Now that a triggers capable menu and dpkg are in stable, menu does...
[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