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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 942BE1382C5 for ; Mon, 8 Feb 2021 09:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E18DEE0839; Mon, 8 Feb 2021 09:23:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB699E0839 for ; Mon, 8 Feb 2021 09:23:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE31533BE54 for ; Mon, 8 Feb 2021 09:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F3D947 for ; Mon, 8 Feb 2021 09:23:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1612776166.bd86a481b770fad140e5bebcee33b10d6ffd6688.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/nvidia-drivers/nvidia-drivers-390.141.ebuild X-VCS-Directories: x11-drivers/nvidia-drivers/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bd86a481b770fad140e5bebcee33b10d6ffd6688 X-VCS-Branch: master Date: Mon, 8 Feb 2021 09:23:01 +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: a5adc735-81a0-4d75-80a1-b3a88cdb74e8 X-Archives-Hash: 19d365dc750653a565b11379405afb4f commit: bd86a481b770fad140e5bebcee33b10d6ffd6688 Author: David Seifert gentoo org> AuthorDate: Mon Feb 8 09:22:46 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Feb 8 09:22:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd86a481 x11-drivers/nvidia-drivers: Accidentally deleted pkg_postrm Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> x11-drivers/nvidia-drivers/nvidia-drivers-390.141.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.141.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-390.141.ebuild index c0f539d3fe9..fc28238ba9b 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.141.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.141.ebuild @@ -464,3 +464,7 @@ pkg_postinst() { elog fi } + +pkg_postrm() { + use driver && linux-mod_pkg_postrm +}