[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/sound-juicer/devel sound-juicer.spec,1.42,1.43



Author: mclasen

Update of /cvs/dist/rpms/sound-juicer/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2298

Modified Files:
	sound-juicer.spec 
Log Message:
more file list fixery



Index: sound-juicer.spec
===================================================================
RCS file: /cvs/dist/rpms/sound-juicer/devel/sound-juicer.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sound-juicer.spec	1 Mar 2006 02:17:01 -0000	1.42
+++ sound-juicer.spec	1 Mar 2006 02:28:46 -0000	1.43
@@ -79,6 +79,16 @@
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` 
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/sound-juicer.schemas > /dev/null
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
+fi
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
+fi
 
 %files -f sound-juicer.lang
 %defattr(-, root, root)
@@ -89,6 +99,7 @@
 %{_datadir}/applications/sound-juicer.desktop
 %{_datadir}/gnome/help/sound-juicer
 %{_datadir}/omf/sound-juicer
+%{_datadir}/icons/hicolor/*
 
 %changelog
 * Tue Feb 28 2006 Matthias Clasen <mclasen redhat com> - 2.13.6-1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]