From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-551727-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B6E8A1386E9
	for <garchives@archives.gentoo.org>; Sun, 27 Jan 2013 19:25:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 60F9621C0E9;
	Sun, 27 Jan 2013 19:25:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DC7F921C0E9
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Jan 2013 19:25:10 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F01FA33DA95
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Jan 2013 19:25:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 981E6E4091
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Jan 2013 19:25:07 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1359110921.92005ccaedefc8e902bd3649916ecb41fb28596c.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-biology/psychopy/psychopy-1.75.01.ebuild sci-biology/psychopy/psychopy-9999.ebuild
X-VCS-Directories: sci-biology/psychopy/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 92005ccaedefc8e902bd3649916ecb41fb28596c
X-VCS-Branch: master
Date: Sun, 27 Jan 2013 19:25:07 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9be1f97e-0b58-4889-ad90-f9998232df91
X-Archives-Hash: 4f656aea5bd5bc92f920b52790afd741

commit:     92005ccaedefc8e902bd3649916ecb41fb28596c
Author:     TheChymera <h.chr <AT> mail <DOT> ru>
AuthorDate: Fri Jan 25 10:48:41 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 25 10:48:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=92005cca

used gnome2-utils.eclass function instead of touch to update cache

---
 sci-biology/psychopy/psychopy-1.75.01.ebuild |    2 +-
 sci-biology/psychopy/psychopy-9999.ebuild    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/psychopy/psychopy-1.75.01.ebuild b/sci-biology/psychopy/psychopy-1.75.01.ebuild
index 181ffc7..35adb64 100644
--- a/sci-biology/psychopy/psychopy-1.75.01.ebuild
+++ b/sci-biology/psychopy/psychopy-1.75.01.ebuild
@@ -49,5 +49,5 @@ python_install_all() {
 }
 
 pkg_postinst() {
-	touch "${ROOT}/usr/share/icons/hicolor"
+	gnome2_icon_cache_update
 }

diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild
index 16bc528..4b4e348 100644
--- a/sci-biology/psychopy/psychopy-9999.ebuild
+++ b/sci-biology/psychopy/psychopy-9999.ebuild
@@ -35,5 +35,5 @@ python_install_all() {
 }
 
 pkg_postinst() {
-	touch "${ROOT}/usr/share/icons/hicolor"
+	gnome2_icon_cache_update
 }