1 2 3 4 5
#!/bin/sh if which xmlcatalog >/dev/null; then xmlcatalog --noout --del file:///etc/xml/docbook-xml etc/xml/catalog fi