Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > e676d51e0ba352f07a322a04069f9b11 > scriptlet

php-pear-LiveUser-0.15.1-6mdk.noarch.rpm

PREUN

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

POSTIN

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