Gentoo Archives: gentoo-dev

From: Mike Pagano <mpagano@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Point user to additional kernel removal, instructions. See bug #581522.
Date: Wed, 28 Dec 2016 00:52:50
Message-Id: 5cccf769-f7c6-748f-0ad0-6e043640f718@gentoo.org
1 This addresses concerns that users might not realize that after an
2 unmerge of kernel sources some files will need to be removed manually.
3 The particular concern was specific to the files in /lib/modules/. I
4 liked this solution, since it does not require a wordy explanation to be
5 written in the eclass.
6
7 ---
8 eclass/kernel-2.eclass | 3 +++
9 1 file changed, 3 insertions(+)
10
11 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
12 index 520a4c1..29b2987 100644
13 --- a/eclass/kernel-2.eclass
14 +++ b/eclass/kernel-2.eclass
15 @@ -1619,4 +1619,7 @@ kernel-2_pkg_postrm() {
16 ewarn "with modified files will remain behind. By design, package
17 managers"
18 ewarn "will not remove these modified files and the directories they
19 reside in."
20 echo
21 + ewarn "For more detailed kernel removal instructions, please see: "
22 + ewarn "https://wiki.gentoo.org/wiki/Kernel/Removal"
23 + echo
24 }
25 --
26 2.10.2

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies