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 4C71E1382C5 for ; Sun, 18 Apr 2021 16:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ABE1E083E; Sun, 18 Apr 2021 16:01:09 +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 3E71DE083E for ; Sun, 18 Apr 2021 16:01:09 +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 2DE033409F1 for ; Sun, 18 Apr 2021 16:01:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DACDB6EB for ; Sun, 18 Apr 2021 16:01:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618760684.060acb26193685c1a46f0a7d69355cf52954a5a1.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild X-VCS-Directories: x11-terms/terminus-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 060acb26193685c1a46f0a7d69355cf52954a5a1 X-VCS-Branch: master Date: Sun, 18 Apr 2021 16:01:05 +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: d22e1193-9e72-4f6d-9c0d-1a001100e7f8 X-Archives-Hash: d6fe4802883b188cafa912d65d4f1981 Message-ID: <20210418160105.vBHcJwWx574GMr7Z2W1QJa2r5meRBPW-_LM6gh1ns3k@z> commit: 060acb26193685c1a46f0a7d69355cf52954a5a1 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Apr 18 15:44:25 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 18 15:44:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=060acb26 x11-terms/terminus-bin: fix icon cache update inheriting xdg will automatically export the correct things to the correct phases, no need to set anything manually Closes: https://bugs.gentoo.org/783813 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild index 46fbb1a42..d4506f821 100644 --- a/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild +++ b/x11-terms/terminus-bin/terminus-bin-1.0.137.ebuild @@ -60,7 +60,3 @@ src_install(){ doicon -s "${i}" ../terminus-"${i}".png done } - -pkg_postinst(){ - xdg_desktop_database_update -}