Skip to content

Commit

Permalink
[rpm/sailfishos-chum-gui.spec] Comments should be in separate lines i…
Browse files Browse the repository at this point in the history
…n spec files
  • Loading branch information
Olf0 authored Jun 14, 2024
1 parent a5b8edb commit bf58c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/sailfishos-chum-gui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ sed -i 's/silica-qt5/generic/' %{buildroot}%{_datadir}/applications/sailfishos-c
%endif

%postun
if [ "$1" = 0 ] # Removal
# Removal:
if [ "$1" = 0 ]
then
ssu rr sailfishos-chum
ssu rr sailfishos-chum-testing
Expand Down

0 comments on commit bf58c67

Please sign in to comment.