Sophie

Sophie

distrib > * > 2008.0 > x86_64 > media > contrib-release > by-pkgid > dae77166ffb274fc5e63b3401224c1fa > scriptlet

php-pear-File_Bittorrent-1.1.0-1mdv2008.0.noarch.rpm

PREUN

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

POSTIN

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