Sophie

Sophie

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

php-pear-HTML_QuickForm-3.2.5-2mlcs4.noarch.rpm

PREUN

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

POSTIN

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