Sophie

Sophie

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

php-pear-DB_ldap2-0.5.0-2mdv2010.0.noarch.rpm

PREUN

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

POSTIN

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