Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > fd99d1ab7f9e25aee287cd5ace6e9b9b > scriptlet

php-pear-Contact_Vcard_Build-1.1.1-7mdv2009.1.noarch.rpm

PREUN

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

POSTIN

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