Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[RPM] Make %postun more robust remove a comment entirely
  • Loading branch information
daniviga authored and nyalldawson committed Mar 27, 2019
1 parent 011ec66 commit 2191198
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rpm/qgis.spec.template
Expand Up @@ -253,7 +253,7 @@ rm -f %{buildroot}%{_datadir}/%{name}/doc/INSTALL*

%find_lang %{name} --with-qt

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

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

# END TODO #

%files -f %{name}.lang
%doc BUGS NEWS Exception_to_GPL_for_Qt.txt ChangeLog.gz
# QGIS shows the following files in the GUI, including the license text
Expand Down

0 comments on commit 2191198

Please sign in to comment.