Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 0b90c7e38b9082aa301e08d7e8e8856f > scriptlet

php-pear-Console_ProgressBar-0.2-7mlcs4.noarch.rpm

PREUN

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

POSTIN

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