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