Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 6f3767154d089dda3466fcae369b1290 > scriptlet

php-pear-Image_Color-1.0.2-2mlcs4.noarch.rpm

PREUN

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

POSTIN

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