r2150 - trunk/oe/packages/openmoko-base

mickey at sita.openmoko.org mickey at sita.openmoko.org
Mon Jun 4 19:21:42 CEST 2007


Author: mickey
Date: 2007-06-04 19:21:42 +0200 (Mon, 04 Jun 2007)
New Revision: 2150

Modified:
   trunk/oe/packages/openmoko-base/openmoko-icon-theme-standard_svn.bb
Log:
oe/openmoko-icon-theme-standard: fix postinst


Modified: trunk/oe/packages/openmoko-base/openmoko-icon-theme-standard_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-base/openmoko-icon-theme-standard_svn.bb	2007-06-04 15:44:45 UTC (rev 2149)
+++ trunk/oe/packages/openmoko-base/openmoko-icon-theme-standard_svn.bb	2007-06-04 17:21:42 UTC (rev 2150)
@@ -1,19 +1,19 @@
 DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko distribution"
 SECTION = "openmoko/base"
 PV = "0.1+svn${SRCDATE}"
-PR = "r0"
+PR = "r1"
 
 inherit openmoko-base autotools
 
 SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=icons;proto=http"
 S = "${WORKDIR}/icons"
 
-pkg_postinst_openmoko-session () {
+pkg_postinst_openmoko-icon-theme-standard () {
 #!/bin/sh -e
 if [ "x$D" != "x" ]; then
     exit 1
 fi
-gtk-update-icon-cache  ${datadir}/icons/openmoko-standard/
+gtk-update-icon-cache ${datadir}/icons/openmoko-standard/
 }
 
 PACKAGE_ARCH = "all"





More information about the commitlog mailing list