From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D33CF139694 for ; Fri, 19 May 2017 10:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 050EDE0E0B; Fri, 19 May 2017 10:52:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D31E9E0E1A for ; Fri, 19 May 2017 10:52:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5A1C341693 for ; Fri, 19 May 2017 10:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C92B745F for ; Fri, 19 May 2017 10:52:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1495191069.e99bb64b7ff4e0e8a8256f99982d6698024e71b1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pnmixer/pnmixer-9999.ebuild X-VCS-Directories: media-sound/pnmixer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e99bb64b7ff4e0e8a8256f99982d6698024e71b1 X-VCS-Branch: master Date: Fri, 19 May 2017 10:52:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a64461f1-8e10-49c8-a41a-3b293269a705 X-Archives-Hash: aba39b7708c22e9e532c7e864a7804ac commit: e99bb64b7ff4e0e8a8256f99982d6698024e71b1 Author: Michał Górny gentoo org> AuthorDate: Fri May 19 10:36:38 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 19 10:51:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99bb64b media-sound/pnmixer: Remove no-longer-necessary gnome2_icon_savelist media-sound/pnmixer/pnmixer-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild index 9abf5137754..69801bb9225 100644 --- a/media-sound/pnmixer/pnmixer-9999.ebuild +++ b/media-sound/pnmixer/pnmixer-9999.ebuild @@ -34,10 +34,6 @@ src_configure() { cmake-utils_src_configure } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update }