Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > df105546db4b0bcfe0e7a679cd84076e > scriptlet

php-pear-Net_NNTP-1.3.3-1mdv2008.0.noarch.rpm

PREUN

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

POSTIN

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