Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 13c0ef8ba83ea1bfd26e7918cd4678dd > scriptlet

php-pear-System_Command-1.0.2-1mdk.noarch.rpm

PREUN

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

POSTIN

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