Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > ff37a3edd931796aa8e19863bce4cccf > scriptlet

php-pear-File-1.3.0-5mdv2009.1.noarch.rpm

PREUN

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

POSTIN

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