Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 5f340f32d79fe3838631cb2cc1f81dcb > scriptlet

php-pear-Net_Dig-0.1-7mdv2008.1.noarch.rpm

PREUN

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

POSTIN

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