Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > contrib > by-pkgid > fe6999f97a388b985ecafa80a8938fa8 > scriptlet

php-pear-HTML_Progress-1.2.3-2mdk.noarch.rpm

PREUN

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

POSTIN

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