Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > aea0f793ae5868ddd757d4277ae1525f > scriptlet

php-pear-File_HtAccess-1.1.0-6mdk.noarch.rpm

PREUN

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

POSTIN

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