summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-doc-base
blob: 7ec95b7c2d0e21a5686464a827e402cabb4c29d4 (plain)
1
2
3
4
if [ "$1" = remove -o "$1" = upgrade ] && \
   which install-docs >/dev/null 2>&1; then
	install-docs -r #DOC-ID#
fi