| commit | 73af0de40c953f813a10a90cb6b0d22cbefb48f7 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Mar 11 00:55:17 2016 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Mar 11 00:55:17 2016 +0000 |
| tree | 85284112b2203efe21947df4ca0623bce51fbba0 | |
| parent | b57ec243c9c358b7b4dea15c323d8f323124b9c3 [diff] | |
| parent | c15d59157c4aab0147ab5d388642c6c08cae875a [diff] |
Merge "Ignore errors when uninstalling a pkg with zypper"
diff --git a/functions-common b/functions-common index 2aca6de..ac8f2de 100644 --- a/functions-common +++ b/functions-common
@@ -1306,7 +1306,7 @@ elif is_fedora; then sudo ${YUM:-yum} remove -y "$@" ||: elif is_suse; then - sudo zypper rm "$@" + sudo zypper rm "$@" ||: else exit_distro_not_supported "uninstalling packages" fi