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 4F66A15802F for ; Fri, 31 Mar 2023 18:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63CD1E0848; Fri, 31 Mar 2023 18:48:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47D7EE0848 for ; Fri, 31 Mar 2023 18:48:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41272340DA4 for ; Fri, 31 Mar 2023 18:48:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83AC88E5 for ; Fri, 31 Mar 2023 18:48:07 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1680287886.3aeb13f202ba6c5528fe10551366e558cb69d135.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 3aeb13f202ba6c5528fe10551366e558cb69d135 X-VCS-Branch: dev Date: Fri, 31 Mar 2023 18:48:07 +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: 2d65f8e4-7319-4843-a5d8-550750c811d2 X-Archives-Hash: 6eee46b0be8fe1c91cb57da7bac5b22a commit: 3aeb13f202ba6c5528fe10551366e558cb69d135 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Mar 31 15:30:36 2023 +0000 Commit: Anna Vyalkova sysrq in> 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 }