Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release > by-pkgid > 9c96571ed519c13532fabc0c3a5a65cc > scriptlet

php-pear-Image_Remote-1.0.1-1mdv2007.0.noarch.rpm

PREUN

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

POSTIN

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