From 978d87858a04fe4bd3725ccc6b91c5203aa12612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 26 Feb 2016 13:20:16 +0100 Subject: [PATCH] dom0-update: remove cached metadata when --clean is used Fixes QubesOS/qubes-issues#1748 (cherry picked from commit 6c7443223bb13348da1f3ff20d3dc1fec19073d6) --- dom0-updates/qubes-dom0-update | 1 + 1 file changed, 1 insertion(+) diff --git a/dom0-updates/qubes-dom0-update b/dom0-updates/qubes-dom0-update index 17f0167..a34faf7 100755 --- a/dom0-updates/qubes-dom0-update +++ b/dom0-updates/qubes-dom0-update @@ -119,6 +119,7 @@ fi if [ -n "$CLEAN" ]; then rm -f /var/lib/qubes/updates/rpm/* + rm -f /var/lib/qubes/updates/repodata/* fi rm -f /var/lib/qubes/updates/errors