aboutsummaryrefslogtreecommitdiffstats
path: root/community/libglade/libglade.post-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'community/libglade/libglade.post-deinstall')
-rw-r--r--community/libglade/libglade.post-deinstall6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/libglade/libglade.post-deinstall b/community/libglade/libglade.post-deinstall
new file mode 100644
index 00000000000..bb4b3039a01
--- /dev/null
+++ b/community/libglade/libglade.post-deinstall
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+xmlcatalog --noout --del \
+ /usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog
+
+exit 0