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