Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 616cfab271e47f479a7086d62640f163 > scriptlet

libglade2.0_0-devel-2.6.4-16.mga8.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