]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-doc-base
r128: Initial revision
[debhelper.git] / autoscripts / postinst-doc-base
1 if command -v install-docs >/dev/null 2>&1; then
2         install-docs -i /usr/share/doc-base/#PACKAGE#
3 fi