Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 3abc0f3ec4493bda7c4ced4d213f47d4 > scriptlet

php-pear-Net_HL7-0.1.0-10mdv2010.0.noarch.rpm

PREUN

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

POSTIN

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