Sophie

Sophie

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

php-pear-Services_Delicious-0.5.0-4mdv2010.0.noarch.rpm

PREUN

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

POSTIN

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