Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > ab5e02f67fb9df9ada5af6dfbd21b5a6 > scriptlet

php-pear-Image_GraphViz-1.1.0-6mdk.noarch.rpm

PREUN

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

POSTIN

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