Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > c0fe926ba335a2e72f84a22d8e3e392e > scriptlet

libglade2.0_0-devel-2.5.1-1mdk.i586.rpm

POSTIN

/bin/sh
CATALOG=/etc/xml/catalog
/usr/bin/xmlcatalog --noout --add "system" \
		"http://glade.gnome.org/glade-2.0.dtd" \
		/usr/share/xml/libglade/glade-2.0.dtd $CATALOG || true

POSTUN

/bin/sh
# Do not remove if upgrade
if [ "$1" = "0" ]; then
 CATALOG=/etc/xml/catalog
 if [ -f $CATALOG ]; then 
  /usr/bin/xmlcatalog --noout --del \
         	/usr/share/xml/libglade/glade-2.0.dtd $CATALOG || true
 fi
fi