#!/bin/sh

xmlcatalog --noout --del \
	/usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog

exit 0
