Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > f443ff84c334ad250523344af111434d > scriptlet

php-pear-Net_Monitor-0.2.3-6mdk.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