#!/bin/sh

if command -v xmlcatalog >/dev/null; then
	xmlcatalog --noout --del file:///etc/xml/docbook-xml etc/xml/catalog
fi