summaryrefslogtreecommitdiffstats
path: root/x11/libglade/libglade.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libglade/libglade.post-install')
-rw-r--r--x11/libglade/libglade.post-install12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/libglade/libglade.post-install b/x11/libglade/libglade.post-install
new file mode 100644
index 00000000..2188b756
--- /dev/null
+++ b/x11/libglade/libglade.post-install
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+mkdir -p etc/xml
+
+if [ ! -e etc/xml/catalog ]; then
+ xmlcatalog --noout --create etc/xml/catalog
+fi
+
+xmlcatalog --noout --add "system" \
+ "http://glade.gnome.org/glade-2.0.dtd" \
+ /usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog
+