Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 92c13b2020b47b715c466dae8b537359 > scriptlet

php-pear-Contact_Vcard_Build-1.1.1-6mdv2009.0.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