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