#!/bin/sh if command -v xmlcatalog > /dev/null; then xmlcatalog --noout --del \ "/usr/share/xml/docbook/xsl-stylesheets-ns" \ etc/xml/catalog fi