Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760178AbcCDVzi (ORCPT ); Fri, 4 Mar 2016 16:55:38 -0500 Received: from mx2.suse.de ([195.135.220.15]:55302 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758796AbcCDVzg (ORCPT ); Fri, 4 Mar 2016 16:55:36 -0500 Subject: Re: [PATCH] kbuild/mkspec: clean boot loader configuration on rpm removal To: Paolo Abeni , Josh Boyer References: <56D6FAD3.3000208@stressinduktion.org> <1456996191.4882.17.camel@redhat.com> Cc: Hannes Frederic Sowa , "Linux-Kernel@Vger. Kernel. Org" , "linux-kbuild@vger.kernel.org" From: Michal Marek Message-ID: <56DA0454.5050900@suse.com> Date: Fri, 4 Mar 2016 22:55:32 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1456996191.4882.17.camel@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 339 Lines: 9 Dne 3.3.2016 v 10:09 Paolo Abeni napsal(a): > I'm sorry, I try to dig a bit, but I did not find any distro agnostic > kernel removal tools. Can you please point out some ? There isn't any, so unfortunately we need a list of various distro-specific methods, starting with ew-kernel-pkg. The %post script should stay as is, though. Michal