Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dkms installation of deb packages created with Alien. #15415

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Fix dkms installation of deb packages created with Alien. #15415

merged 1 commit into from
Nov 7, 2023

Commits on Nov 7, 2023

  1. Fix dkms installation of deb packages created with Alien.

    Alien does not honour the %posttrans hook.
    So move the dkms uninstall/install scripts to the
     %pre/%post hooks in case of package install/upgrade.
    In case of package removal, handle that in %preun.
    Add removal of all old dkms modules.
    Add checking for broken 'dkms status'. Handle that as
    good as possible and warn the user about it.
    Also add more verbose messages about what we are doing.
    
    Signed-off-by: Mart Frauenlob <[email protected]>
    AllKind committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0e92318 View commit details
    Browse the repository at this point in the history