Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > f46a805529adf3e1b3e8eaebfdab97e7 > 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