rpms/amarok/devel amarok.spec,1.31,1.32

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


Author: abompard

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

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


Index: amarok.spec
===================================================================
RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- amarok.spec	9 Dec 2005 10:24:54 -0000	1.31
+++ amarok.spec	15 Dec 2005 17:53:19 -0000	1.32
@@ -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