summaryrefslogtreecommitdiffstats
path: root/common/ci/clean.sh
diff options
context:
space:
mode:
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