Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 1ffddc84cb5298874ed9dada964bc0f4 > scriptlet

php-pear-Net_FTP-1.3.2-1mlcs4.noarch.rpm

PREUN

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

POSTIN

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