From c8a334a11fe9e2aa9b9a09e13ff81fff6325cab7 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 3 Nov 2024 04:46:40 +0100 Subject: [PATCH] =?UTF-8?q?[rpm/harbour-storeman-installer.spec]=20Remove?= =?UTF-8?q?=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … `rm -f /var/cache/ssu/features.ini`, because it solely contains information about Jolla-specific repositories. --- rpm/harbour-storeman-installer.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rpm/harbour-storeman-installer.spec b/rpm/harbour-storeman-installer.spec index 37c0df5..0b3a3a5 100644 --- a/rpm/harbour-storeman-installer.spec +++ b/rpm/harbour-storeman-installer.spec @@ -184,9 +184,7 @@ then else echo "Error: VERSION_ID=$VERSION_ID => sailfish_version=$sailfish_version" >&2 fi if [ $ssu_ur = yes ] -then - rm -f /var/cache/ssu/features.ini - ssu ur +then ssu ur fi # BTW, `ssu`, `rm -f`, `mkdir -p` etc. *always* return with "0" ("success"), hence # no appended `|| true` needed to satisfy `set -e` for failing commands outside of