Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > 3d83f5025d607baf799e4ba0d00f6508 > scriptlet

lib64glade2.0_0-devel-2.6.4-1mdv2009.1.x86_64.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 -a -x /usr/bin/xmlcatalog ]; then 
  /usr/bin/xmlcatalog --noout --del \
         	/usr/share/xml/libglade/glade-2.0.dtd $CATALOG || true
 fi
fi