From f7a49f381e9651575ac4db622698ebd1710dc752 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 18 2018 21:09:22 +0000 Subject: Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- diff --git a/rawtherapee.spec b/rawtherapee.spec index 78dd3b8..f5595ee 100644 --- a/rawtherapee.spec +++ b/rawtherapee.spec @@ -1,6 +1,6 @@ Name: rawtherapee Version: 5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Raw image processing software Group: Applications/Multimedia @@ -76,23 +76,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/%{name}.appdata.xml -%post -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor -fi -/usr/bin/update-desktop-database &> /dev/null || : -/sbin/ldconfig - -%postun -/usr/bin/update-desktop-database &> /dev/null || : -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor -fi || : - -/sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %doc AUTHORS.txt LICENSE.txt RELEASE_NOTES.txt @@ -107,6 +93,9 @@ fi || : %changelog +* Thu Jan 18 2018 Igor Gnatenko +- Remove obsolete scriptlets + * Mon Oct 2 2017 Matthew Miller - 5.3-1 - update to 5.3 final