Sophie

Sophie

distrib > * > 2008.0 > x86_64 > media > contrib-release > by-pkgid > 56817256220e2ecb60573d89f76a38fd > scriptlet

php-pear-Services_Google-0.1.1-1mdv2008.0.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