Skip to content

Commit 2191198

Browse files
daniviganyalldawson
authored andcommitted
[RPM] Make %postun more robust remove a comment entirely
1 parent 011ec66 commit 2191198

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rpm/qgis.spec.template

+1-3
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ rm -f %{buildroot}%{_datadir}/%{name}/doc/INSTALL*
253253

254254
%find_lang %{name} --with-qt
255255

256-
# TODO: Remove after F28 EoL
256+
# TODO: Remove all %%post, %%posttrans and %%postun after F28 EoL
257257
# Ref: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
258258
%post
259259
/sbin/ldconfig
@@ -281,8 +281,6 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
281281

282282
%postun -n python3-qgis -p /sbin/ldconfig
283283

284-
# END TODO #
285-
286284
%files -f %{name}.lang
287285
%doc BUGS NEWS Exception_to_GPL_for_Qt.txt ChangeLog.gz
288286
# QGIS shows the following files in the GUI, including the license text

0 commit comments

Comments
 (0)