Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 654dc266a5d589b47370f7a6358f24c9 > scriptlet

php-pear-HTML_Common2-2.0.0-0.beta1.1mdv2008.1.noarch.rpm

PREUN

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

POSTIN

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