Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[RPM] Add a TODO about deprecated scriptlets
  • Loading branch information
daniviga committed Feb 1, 2019
1 parent 8f9377d commit 3425b7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm/qgis.spec.template
Expand Up @@ -254,6 +254,8 @@ rm -f %{buildroot}%{_datadir}/%{name}/doc/INSTALL*

%find_lang %{name} --with-qt

# TODO: Remove after F28 EoL
# Ref: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
%post
/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
Expand All @@ -279,6 +281,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%post -n python3-qgis -p /sbin/ldconfig

%postun -n python3-qgis -p /sbin/ldconfig
# END TODO #

%files -f %{name}.lang
%doc BUGS NEWS Exception_to_GPL_for_Qt.txt ChangeLog.gz
Expand Down

0 comments on commit 3425b7c

Please sign in to comment.