From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 4D8711581B9 for ; Sat, 27 Sep 2025 18:07:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 34281340FFE for ; Sat, 27 Sep 2025 18:07:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 220CF1104A0; Sat, 27 Sep 2025 18:07:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 18C841104A0 for ; Sat, 27 Sep 2025 18:07:56 +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 C5260340E9A for ; Sat, 27 Sep 2025 18:07:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 405163365 for ; Sat, 27 Sep 2025 18:07:54 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1758996449.0e02bf330bddad242ae514d8d3caebeeeabb1b5c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-commander/gnome-commander-1.18.3.ebuild X-VCS-Directories: gnome-extra/gnome-commander/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0e02bf330bddad242ae514d8d3caebeeeabb1b5c X-VCS-Branch: master Date: Sat, 27 Sep 2025 18:07:54 +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: d41a2e4c-1cb9-4c5d-b615-c7df87a4093e X-Archives-Hash: d80d1b775e37d01b98c740c462b1c6ef commit: 0e02bf330bddad242ae514d8d3caebeeeabb1b5c Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 27 16:49:51 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 27 18:07:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e02bf33 gnome-extra/gnome-commander: Fix redundant pkg_postrm phase Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/gnome-commander/gnome-commander-1.18.3.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gnome-extra/gnome-commander/gnome-commander-1.18.3.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.18.3.ebuild index 863e46b4ac81..3d0f42ba8818 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.18.3.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.18.3.ebuild @@ -59,8 +59,3 @@ pkg_postinst() { gnome2_pkg_postinst optfeature "synchronizing files and directories" dev-util/meld } - -pkg_postrm() { - gnome2_pkg_postrm - gnome2_schemas_update -}