Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 3bfc2187012e41e8636796ce822e12af > scriptlet

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