commit:     cce4904e482d770bd521b87908de42c81c71f23b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 11:29:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 16:19:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce4904e

kernel-install.eclass: Call module cleanup in postinst

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/kernel-install.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index af4f5d839b0e..b4c3d5fe7b4d 100644
--- a/eclass/kernel-install.eclass
+++ b/eclass/kernel-install.eclass
@@ -592,6 +592,7 @@ kernel-install_pkg_preinst() {
                die "Release file ${relfile} not installed!"
        local release
        release="$(<"${relfile}")" || die
+       DIST_KERNEL_RELEASE="${release}"
 
        # perform the version check for release ebuilds only
        if [[ ${PV} != *9999 ]]; then
@@ -706,6 +707,8 @@ kernel-install_pkg_postinst() {
 
        local dir_ver=${PV}${KV_LOCALVERSION}
        kernel-install_update_symlink "${EROOT}/usr/src/linux" "${dir_ver}"
+       dist-kernel_compressed_module_cleanup \
+               "${EROOT}/lib/modules/${DIST_KERNEL_RELEASE}"
 
        if [[ -z ${ROOT} ]]; then
                kernel-install_install_all "${dir_ver}"

Reply via email to