From b90011cae658665b0066fd1b37b81448d3dfec7c Mon Sep 17 00:00:00 2001 From: jamesgu Date: Fri, 5 Oct 2018 08:16:17 -0700 Subject: [PATCH] Add 'opensuse' key in distro check Added the 'opensuse' distro key in the clean.sh. Change-Id: I97ce4bf5a563eef7ba7dd9cde3cd3eb8e7f19c58 --- scripts/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh index a1eae1b..9542d14 100755 --- a/scripts/cleanup.sh +++ b/scripts/cleanup.sh @@ -20,7 +20,7 @@ case ${distro} in python3-virtualenv yum clean all ;; - opensuse-leap|sles) + opensuse|opensuse-leap|sles) # NOTE(evrardjp): Remove all them packages! if [[ "${PYTHON3}" == "no" ]]; then remove_packages=("python-virtualenv")