From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 F3F17138334 for ; Sun, 27 Jan 2019 23:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F26BE0E84; Sun, 27 Jan 2019 23:13:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DBA79E0E84 for ; Sun, 27 Jan 2019 23:13:40 +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 9BD41335D65 for ; Sun, 27 Jan 2019 23:13:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 127C8528 for ; Sun, 27 Jan 2019 23:13:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1548630723.b85075cc1b4694e1e4945bd82d7e65b7dd03a52e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/quodlibet/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/quodlibet/quodlibet-4.1.0.ebuild X-VCS-Directories: media-sound/quodlibet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b85075cc1b4694e1e4945bd82d7e65b7dd03a52e X-VCS-Branch: master Date: Sun, 27 Jan 2019 23:13:36 +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: 9acebfb8-f271-4c7a-93c4-b4d302156f59 X-Archives-Hash: 29201bc8d1cd324064cac76d9814d05f commit: b85075cc1b4694e1e4945bd82d7e65b7dd03a52e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 27 21:24:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 27 23:12:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85075cc media-sound/quodlibet: Fix pkg_postinst and pkg_postrm Drop obsolete gnome2_icon_savelist Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/quodlibet/quodlibet-4.1.0.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/media-sound/quodlibet/quodlibet-4.1.0.ebuild b/media-sound/quodlibet/quodlibet-4.1.0.ebuild index a6d06fe5a03..fd56e4c52ea 100644 --- a/media-sound/quodlibet/quodlibet-4.1.0.ebuild +++ b/media-sound/quodlibet/quodlibet-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -54,16 +54,12 @@ src_install() { dodoc NEWS README } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { - xdg-utils_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - xdg-utils_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update }