Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 3eb6d2ed46757875cc7c22c146600b6f > scriptlet

php-pear-Services_Amazon-0.4.0-1mdv2007.0.noarch.rpm

PREUN

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

POSTIN

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