summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-sgmlcatalog
blob: cf1db218d474e834b5e75287ba113c1323ccb962 (plain)
1
2
3
if [ "$1" = "remove" ] || [ "$1" = "uograde" ]; then
	update-catalog --quiet --remove --super #CENTRALCAT#
fi