Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > 76487eb450b31b0bd07f87b445a2dc8c > scriptlet

php-pear-XML_fo2pdf-0.98-6mdk.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