rpms/midori/devel midori.spec,1.8,1.9

Peter Gordon pgordon at fedoraproject.org
Mon Sep 8 05:25:20 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/midori/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23547/devel

Modified Files:
	midori.spec 
Log Message:
Oops; forgot the scriplets...


Index: midori.spec
===================================================================
RCS file: /cvs/pkgs/rpms/midori/devel/midori.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- midori.spec	8 Sep 2008 05:08:42 -0000	1.8
+++ midori.spec	8 Sep 2008 05:24:50 -0000	1.9
@@ -66,6 +66,20 @@
 rm -rf %{buildroot}
 
 
+%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
+
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
+fi
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO
@@ -77,6 +91,9 @@
 
 
 %changelog
+* Sun Sep 07 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.20-2
+- Add scriplets for GTK+ icon cache.
+
 * Sun Sep 07 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.20-1
 - Update to new upstream release (0.0.20): adds support for single instances,
   some userscripts and Greasemonkey scripting, zooming and printing, as well as




More information about the fedora-extras-commits mailing list