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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B886915808C for ; Fri, 15 Apr 2022 18:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7A44E09B1; Fri, 15 Apr 2022 18:42:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 846C9E09B4 for ; Fri, 15 Apr 2022 18:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96DA6341E76 for ; Fri, 15 Apr 2022 18:42:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E63AE3B5 for ; Fri, 15 Apr 2022 18:42:00 +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: <1649993217.43810f1f7fcbd512da53cd52e676b493c668f4ff.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/nuclear-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/nuclear-bin/nuclear-bin-0.6.17.ebuild X-VCS-Directories: media-sound/nuclear-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 43810f1f7fcbd512da53cd52e676b493c668f4ff X-VCS-Branch: master Date: Fri, 15 Apr 2022 18:42:00 +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: ab490d47-d94b-4b89-8115-6d461b191187 X-Archives-Hash: 296cae82c3c7015fc02d91af03ead55c commit: 43810f1f7fcbd512da53cd52e676b493c668f4ff Author: Leonardo Hernández Hernández outlook com> AuthorDate: Fri Apr 15 03:19:32 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Apr 15 03:26:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43810f1f media-sound/nuclear-bin: remove useless pkg_post{inst,rm} phases Signed-off-by: Leonardo Hernández Hernández outlook.com> media-sound/nuclear-bin/nuclear-bin-0.6.17.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/media-sound/nuclear-bin/nuclear-bin-0.6.17.ebuild b/media-sound/nuclear-bin/nuclear-bin-0.6.17.ebuild index 145cb368a..748abc5d0 100644 --- a/media-sound/nuclear-bin/nuclear-bin-0.6.17.ebuild +++ b/media-sound/nuclear-bin/nuclear-bin-0.6.17.ebuild @@ -87,13 +87,3 @@ src_install(){ mv nuclear-icon.svg nuclear.svg || die doicon nuclear.svg } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -}