summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-03-13 11:58:02 +0100
committerKalev Lember <klember@redhat.com>2018-03-13 11:58:34 +0100
commiteeaaa8766b2ea64b29ebb8811e42a5b5a78608fc (patch)
tree715271aa4beb8bb7f09d61ddbafd004ec73f0474
parentUpdate to 3.22.29 (diff)
downloadgtk3-classic-build-gtk3-eeaaa8766b2ea64b29ebb8811e42a5b5a78608fc.tar.gz
gtk3-classic-build-gtk3-eeaaa8766b2ea64b29ebb8811e42a5b5a78608fc.tar.bz2
gtk3-classic-build-gtk3-eeaaa8766b2ea64b29ebb8811e42a5b5a78608fc.zip
Drop one last remnant of icon cache scriptlets
Forgotten in commit aef1f1fb43f9131548d7a853482992236fd4c09d
-rw-r--r--gtk3.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk3.spec b/gtk3.spec
index f3c7076..3d64c57 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -223,9 +223,6 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/theming-engines
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
-%posttrans devel
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
%transfiletriggerin -- %{_libdir}/gtk-3.0/3.0.0/immodules
gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
bgstack15