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 7582E138334 for ; Sun, 1 Sep 2019 07:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF5DE09B1; Sun, 1 Sep 2019 07:04:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6A94CE09B1 for ; Sun, 1 Sep 2019 07:04:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5836A34A7E0 for ; Sun, 1 Sep 2019 07:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E860677A for ; Sun, 1 Sep 2019 07:03:58 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1567321423.48ae731fed1bd47300e6e47d4ce067eef9e1eb0e.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-69.0_beta16.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 48ae731fed1bd47300e6e47d4ce067eef9e1eb0e X-VCS-Branch: master Date: Sun, 1 Sep 2019 07:03:58 +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: fe4bf1db-fd01-4177-988c-6fe758ca4ab9 X-Archives-Hash: 1566e3b4e020c5c6c13585b564e212c7 commit: 48ae731fed1bd47300e6e47d4ce067eef9e1eb0e Author: Jory Pratt gentoo org> AuthorDate: Sun Sep 1 07:03:43 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Sep 1 07:03:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=48ae731f www-client/firefox: update to xdg_icon_cache_update Package-Manager: Portage-2.3.74, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-69.0_beta16.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/firefox-69.0_beta16.ebuild b/www-client/firefox/firefox-69.0_beta16.ebuild index 6285aa6..c4c6b6f 100644 --- a/www-client/firefox/firefox-69.0_beta16.ebuild +++ b/www-client/firefox/firefox-69.0_beta16.ebuild @@ -723,8 +723,6 @@ PROFILE_EOF } pkg_preinst() { - gnome2_icon_savelist - # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse # doesn't need to be forced into the LD_LIBRARY_PATH if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then @@ -743,8 +741,8 @@ pkg_preinst() { } pkg_postinst() { - gnome2_icon_cache_update xdg_desktop_database_update + xdg_icon_cache_update if ! use gmp-autoupdate && ! use eme-free ; then elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" @@ -763,6 +761,6 @@ pkg_postinst() { } pkg_postrm() { - gnome2_icon_cache_update xdg_desktop_database_update + xdg_icon_cache_update }