Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 0ebb59ad8ea897f06b957df0110ae781 > scriptlet

php-pear-System_Mount-1.0.0-7mdv2007.1.noarch.rpm

PREUN

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

POSTIN

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