rpms/smolt/devel smolt.spec,1.64,1.65

Mike McGrath mmcgrath at fedoraproject.org
Mon Jun 22 16:55:32 UTC 2009


Author: mmcgrath

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

Modified Files:
	smolt.spec 
Log Message:
update icon cache for 405321


Index: smolt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smolt/devel/smolt.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- smolt.spec	14 Apr 2009 14:21:26 -0000	1.64
+++ smolt.spec	22 Jun 2009 16:55:02 -0000	1.65
@@ -146,6 +146,14 @@ if [ $1 = 0 ]; then
         /sbin/chkconfig --del smolt
 fi
 
+%post gui
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%postun gui
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README GPL doc/*




More information about the fedora-extras-commits mailing list