Sophie

Sophie

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

php-pear-Contact_Vcard_Build-1.1.1-5mdv2008.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