Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 415ffcd8d97a9138b6ebf5c26d05c9ab > scriptlet

php-pear-Net_IRC-0.0.7-10mdv2010.0.noarch.rpm

PREUN

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

POSTIN

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