diff --git a/alacarte.spec b/alacarte.spec index 50954f0..070fa18 100644 --- a/alacarte.spec +++ b/alacarte.spec @@ -2,7 +2,7 @@ Name: alacarte Version: 3.11.91 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Menu editor for the GNOME desktop Group: Applications/System @@ -56,21 +56,6 @@ desktop-file-validate \ %find_lang %{name} -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - - %files -f %{name}.lang %doc README AUTHORS COPYING %{python_sitelib}/Alacarte @@ -87,6 +72,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Jan 07 2018 Igor Gnatenko - 3.11.91-9 +- Remove obsolete scriptlets + * Mon Dec 11 2017 Iryna Shcherbina - 3.11.91-8 - Fix ambiguous Python 2 dependency declarations (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)