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 C307813997D for ; Thu, 14 Nov 2019 12:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9406E0829; Thu, 14 Nov 2019 12:06:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB854E0829 for ; Thu, 14 Nov 2019 12:06:43 +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 8687034CE33 for ; Thu, 14 Nov 2019 12:06:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11BB65FF for ; Thu, 14 Nov 2019 12:06:41 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1573733198.7c15a4be2faf1bd1673d4f0222ed4d34391c6350.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild X-VCS-Directories: www-plugins/adobe-flash/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 7c15a4be2faf1bd1673d4f0222ed4d34391c6350 X-VCS-Branch: master Date: Thu, 14 Nov 2019 12:06:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdd317a5-d61a-42d9-9d86-3b6a4118dd72 X-Archives-Hash: 1e689101f442e7f1a9b97eb63f6e8e17 commit: 7c15a4be2faf1bd1673d4f0222ed4d34391c6350 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Nov 14 12:06:27 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Nov 14 12:06:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c15a4be www-plugins/adobe-flash: gnome2-utils.eclass => xdg-utils.eclass Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jeroen Roovers gentoo.org> www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild b/www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild index 49306f98b32..7fc71ac549d 100644 --- a/www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-32.0.0.293.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gnome2-utils nsplugins multilib multilib-minimal +inherit xdg-utils nsplugins multilib multilib-minimal DESCRIPTION="Adobe Flash Player" HOMEPAGE=" @@ -133,8 +133,9 @@ multilib_src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } + pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update }