Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 2f6ec3bf03d082dc4f4c1a8905afad41 > scriptlet

php-pear-Net_POP3-1.3.6-9mdv2009.0.noarch.rpm

PREUN

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

POSTIN

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