summaryrefslogtreecommitdiffstats
path: root/common/ci/clean.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-08-19 18:02:22 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-08-19 18:02:22 +0000
commitedcb2ed7ed9b6d22c6b090cc4cc99d10970a7cd9 (patch)
tree81ebf3c659bbd0f113a3581d7180962ece8b811b /common/ci/clean.sh
parent27460a48199b8e61e62bca84710ad62984c45463 (diff)
parentc4a78e86d6d0eafb754a2bab3323d117ae507494 (diff)
Merge "Adding prep script for Fuel Deployment"
Diffstat (limited to 'common/ci/clean.sh')
-rwxr-xr-xcommon/ci/clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ci/clean.sh b/common/ci/clean.sh
index 7842762..bb47479 100755
--- a/common/ci/clean.sh
+++ b/common/ci/clean.sh
@@ -215,7 +215,7 @@ if rpm -qa | grep -iE 'libvirt|kvm'; then
fi
echo "${blue}Removing libvirt and kvm packages"
yum -y remove libvirt-*
- yum -y remove qemu-kvm-*
+ yum -y remove *qemu*
else
echo "${blue}libvirt/KVM is not installed${reset}"
fi