opt/libglade/post-install

12 lines
262 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
#!/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