rpms/amarok/FC-4 amarok.spec,1.33,1.34

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Dec 15 17:53:15 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/amarok/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1998/FC-4

Modified Files:
	amarok.spec 
Log Message:
- touch icon dir on %post and %postun


Index: amarok.spec
===================================================================
RCS file: /cvs/extras/rpms/amarok/FC-4/amarok.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- amarok.spec	9 Dec 2005 10:24:48 -0000	1.33
+++ amarok.spec	15 Dec 2005 17:53:13 -0000	1.34
@@ -149,6 +149,7 @@
 %post
 /sbin/ldconfig
 # update icon themes if necessary
+touch --no-create %{_datadir}/icons/crystalsvg || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
     %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg || :
     # needed because amarok 1.2 puts icon in hicolor
@@ -160,6 +161,7 @@
 %postun
 /sbin/ldconfig
 # update icon themes if necessary
+touch --no-create %{_datadir}/icons/crystalsvg || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
     %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg || :
 fi




More information about the scm-commits mailing list