summaryrefslogtreecommitdiff
path: root/libglade/post-install
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libglade/post-install
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'libglade/post-install')
-rw-r--r--libglade/post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libglade/post-install b/libglade/post-install
new file mode 100644
index 000000000..1dc8b34b3
--- /dev/null
+++ b/libglade/post-install
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+name=libglade
+DTD_CAT=/etc/xml/dtd/$name/2.0/catalog
+DTD_PATH=file:///usr/share/xml/dtd/$name/2.0/glade-2.0.dtd
+DTD_URL=http://glade.gnome.org/glade-2.0.dtd
+
+xmlcatalog --noout --add "delegateSystem" \
+ "$DTD_URL" "$DTD_PATH" $DTD_CAT
+
+# End of file

Generated by cgit