summaryrefslogtreecommitdiff
path: root/libglade/post-install
blob: 1dc8b34b3c38811e91e0f0104efa74b7624456bc (plain)
    1 #!/bin/sh
    2 
    3 name=libglade
    4 DTD_CAT=/etc/xml/dtd/$name/2.0/catalog
    5 DTD_PATH=file:///usr/share/xml/dtd/$name/2.0/glade-2.0.dtd
    6 DTD_URL=http://glade.gnome.org/glade-2.0.dtd
    7 
    8 xmlcatalog --noout --add "delegateSystem" \
    9   "$DTD_URL" "$DTD_PATH" $DTD_CAT
   10 
   11 # End of file

Generated by cgit