Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 35f4443665b70d249e2b45de1e5ab717 > scriptlet

php-pear-XML_fo2pdf-0.98-7mdv2007.0.noarch.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
	if [ -x /usr/bin/pear -a -f /usr/share/pear/packages/XML_fo2pdf.xml ]; then
		/usr/bin/pear uninstall --nodeps -r XML_fo2pdf
	fi
fi

POSTIN

/bin/sh
if [ "$1" = "1" ]; then
	if [ -x /usr/bin/pear -a -f /usr/share/pear/packages/XML_fo2pdf.xml ]; then
		/usr/bin/pear install --nodeps -r /usr/share/pear/packages/XML_fo2pdf.xml
	fi
fi
if [ "$1" = "2" ]; then
	if [ -x /usr/bin/pear -a -f /usr/share/pear/packages/XML_fo2pdf.xml ]; then
		/usr/bin/pear upgrade -f --nodeps -r /usr/share/pear/packages/XML_fo2pdf.xml
	fi
fi