]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-doc-base
r487: * dh_movefiles: Typo, Closes: #106532
[debhelper.git] / autoscripts / postinst-doc-base
1 if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
2         install-docs -i /usr/share/doc-base/#DOC-ID#
3 fi