Don't fail if un-installing python2-distribute threw an error

This commit is contained in:
Pedro Algarvio 2013-09-28 11:29:00 +01:00
parent c93614d541
commit 58646e3fe0

View file

@ -2182,7 +2182,8 @@ install_arch_linux_git_deps() {
install_arch_linux_stable_deps
pacman -Sy --noconfirm pacman || return 1
pacman -R --noconfirm python2-distribute || return 1
# Don't fail if un-installing python2-distribute threw an error
pacman -R --noconfirm python2-distribute
pacman -Sy --noconfirm git python2-crypto python2-setuptools \
python2-jinja python2-m2crypto python2-markupsafe python2-msgpack \
python2-psutil python2-yaml python2-pyzmq zeromq || return 1