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 0708615802F for ; Sat, 1 Apr 2023 21:30:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 897F6E07E2; Sat, 1 Apr 2023 21:30:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 72F01E07E2 for ; Sat, 1 Apr 2023 21:30:19 +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 0DCEA340EAF for ; Sat, 1 Apr 2023 21:30:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 303C0A1C for ; Sat, 1 Apr 2023 21:30:15 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1680287886.3aeb13f202ba6c5528fe10551366e558cb69d135.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/fragments/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/fragments/fragments-2.1-r1.ebuild X-VCS-Directories: net-p2p/fragments/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 3aeb13f202ba6c5528fe10551366e558cb69d135 X-VCS-Branch: master Date: Sat, 1 Apr 2023 21:30:15 +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: 5b574231-b43c-429a-ab33-9bd36ad1c2b1 X-Archives-Hash: 7db4611994fa958e14b438e737302319 commit: 3aeb13f202ba6c5528fe10551366e558cb69d135 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Mar 31 15:30:36 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Fri Mar 31 18:38:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3aeb13f2 net-p2p/fragments: drop duplicate xdg functions Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-p2p/fragments/fragments-2.1-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-p2p/fragments/fragments-2.1-r1.ebuild b/net-p2p/fragments/fragments-2.1-r1.ebuild index a5a45539c..ea2b36f62 100644 --- a/net-p2p/fragments/fragments-2.1-r1.ebuild +++ b/net-p2p/fragments/fragments-2.1-r1.ebuild @@ -34,11 +34,9 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - xdg_icon_cache_update } pkg_postrm() { xdg_pkg_postrm gnome2_schemas_update - xdg_icon_cache_update }