From 58d375b409fa09c0dc08a6f65d7d1e4e0880b0a8 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 7 May 2011 18:08:05 -0700 Subject: [PATCH] Update icon cache scriptlet per packaging guidelines http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Icon_Cache --- devhelp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devhelp.spec b/devhelp.spec index 91c8c08..49303c4 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -6,7 +6,7 @@ Name: devhelp Version: 3.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPLv2+ Group: Development/Tools @@ -104,6 +104,7 @@ touch --no-create %{_datadir}/icons/hicolor >&/dev/null || : %postun /sbin/ldconfig if [ $1 -eq 0 ]; then + touch --no-create %{_datadir}/icons/hicolor >&/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : fi @@ -136,6 +137,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/* %changelog +* Sat May 07 2011 Christopher Aillon - 1:3.0.0-2 +- Update icon cache scriptlet + * Mon Apr 4 2011 Tomas Bzatek - 3.0.0-1 - Update to 3.0.0