Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 29 Dec 2016 00:11:41
Message-Id: 1482970293.56f159b0f4eb644f3a7109e66c81d0280e9cf6fd.mpagano@gentoo
1 commit: 56f159b0f4eb644f3a7109e66c81d0280e9cf6fd
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 00:11:22 2016 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 00:11:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f159b0
7
8 kernel-2.eclass: Point user to addtional kernel removal instructions. See bug #581522.
9
10 eclass/kernel-2.eclass | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
14 index 520a4c1..29b2987 100644
15 --- a/eclass/kernel-2.eclass
16 +++ b/eclass/kernel-2.eclass
17 @@ -1619,4 +1619,7 @@ kernel-2_pkg_postrm() {
18 ewarn "with modified files will remain behind. By design, package managers"
19 ewarn "will not remove these modified files and the directories they 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 }