Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > e2203ee77de2a42ba43b8a29d35cb87e > scriptlet

php-pear-Var_Dump-1.0.3-1mlcs4.noarch.rpm

PREUN

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

POSTIN

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