Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 1c78f25963be04e427eae61b222c9dcd > scriptlet

php-pear-Image_Remote-1.0.1-1mdv2007.1.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