Skip to content

Commit

Permalink
[rpm/harbour-storeman-installer.spec] Remove …
Browse files Browse the repository at this point in the history
… `rm -f /var/cache/ssu/features.ini`, because it solely contains information about Jolla-specific repositories.
  • Loading branch information
Olf0 authored Nov 3, 2024
1 parent 5dd2218 commit c8a334a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rpm/harbour-storeman-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8a334a

Please sign in to comment.