Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > 4967c3d6e8a12aa7ac521bd21cf354ab > scriptlet

php-pear-Services_Google-0.1.0-6mdk.noarch.rpm

PREUN

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

POSTIN

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