summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-doc-base
blob: 39265721046586c56279466d69207afed7a9558f (plain)
1
2
3
if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
	install-docs -i /usr/share/doc-base/#DOC-ID#
fi