Skip to content

Commit

Permalink
force ssu regeneration on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Aug 25, 2021
1 parent cf59881 commit e8bf623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/chum.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ cp ssu/sailfishos-chum.ini $RPM_BUILD_ROOT/%{_datadir}/ssu/features.d/
cp ssu/sailfishos-chum-testing.ini $RPM_BUILD_ROOT/%{_datadir}/ssu/features.d/

%post
rm -f /var/cache/ssu/features.ini || true
ssu ur || true

%post testing
rm -f /var/cache/ssu/features.ini || true
ssu ur || true

%postun
Expand Down

0 comments on commit e8bf623

Please sign in to comment.