Sophie

Sophie

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

php-pear-DB_ldap-1.1.1-6mdv2007.1.noarch.rpm

PREUN

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

POSTIN

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