Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 0355798608210361289fbc9993eff6c0 > scriptlet

php-pear-Services_Weather-1.4.0-1mdv2007.1.noarch.rpm

PREUN

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

POSTIN

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