Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 35c7916bbf62cb347f1e08d98aa01bd9 > scriptlet

php-pear-Net_Monitor-0.2.4-4mdv2010.0.noarch.rpm

PREUN

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

POSTIN

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