Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 9d9dbd4b92d3fd03b37f1561fd96045b > scriptlet

php-pear-Net_SMPP_Client-0.3.2-4mdv2010.0.noarch.rpm

PREUN

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

POSTIN

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