Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > b5e765fc7ff6013bebd3db110bae687e > scriptlet

php-pear-Net_Cyrus-0.3.1-9mdv2008.1.noarch.rpm

PREUN

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

POSTIN

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