Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 7f7571ff20fb91195006bd5b43d7fb52 > scriptlet

php-pear-XML_fo2pdf-0.98-8mdv2009.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