Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-release > by-pkgid > 4a6aaa3c9e4038f41325c795ec4d4eb8 > scriptlet

php-pear-HTML_Common-1.2.5-1mdv2010.0.noarch.rpm

PREUN

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

POSTIN

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