]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-doc-base
r1844: merge python and gconf changes from python-support
[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