Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 347b7bd7ec368fa372503c8dc7f8b747 > scriptlet

php-pear-Translation2-2.0.0-8mlcs4.noarch.rpm

PREUN

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

POSTIN

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