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 B8A7D158041 for ; Sat, 6 Apr 2024 12:57:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD91E2BC016; Sat, 6 Apr 2024 12:57:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BC6932BC015 for ; Sat, 6 Apr 2024 12:57:52 +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 E15D23432E8 for ; Sat, 6 Apr 2024 12:57:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78091168B for ; Sat, 6 Apr 2024 12:57:50 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712408239.4e42b5c1b432f6260ee14f453998076aa466a7b6.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-containers/pods/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild X-VCS-Directories: app-containers/pods/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 4e42b5c1b432f6260ee14f453998076aa466a7b6 X-VCS-Branch: dev Date: Sat, 6 Apr 2024 12:57:50 +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: 51366f7c-418d-49ed-b4de-5ee18e035a60 X-Archives-Hash: ec2fbec0e65ad67dba344a79b8bec49e commit: 4e42b5c1b432f6260ee14f453998076aa466a7b6 Author: Julien Roy jroy ca> AuthorDate: Sat Apr 6 12:55:32 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 6 12:57:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e42b5c1 app-containers/pods: remove redundant xdg update Signed-off-by: Julien Roy jroy.ca> app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild b/app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild index 36eef2ebf7..58468eca4b 100644 --- a/app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild +++ b/app-containers/pods/pods-2.1.0_pre20240215-r3.ebuild @@ -373,11 +373,9 @@ src_configure() { pkg_postinst() { xdg_pkg_postinst gnome2_schemas_update - xdg_icon_cache_update } pkg_postrm() { xdg_pkg_postrm gnome2_schemas_update - xdg_icon_cache_update }