Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > af78b21e2171f66147978cc7fb66b692 > scriptlet

php-pear-File_IMC-0.3-7mdv2007.1.noarch.rpm

PREUN

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

POSTIN

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