Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > a2b9b1ed59615d16f5d77c5f67d1ec6f > scriptlet

php-pear-Contact_AddressBook-0.1.0-7mdv2007.1.noarch.rpm

PREUN

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

POSTIN

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