Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 0b1c3f061cf9c240a4e9a160086e69fe > scriptlet

php-pear-Net_SmartIRC-0.5.5p1-7mdv2007.0.noarch.rpm

PREUN

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

POSTIN

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