Comment 24 for bug 497149

Revision history for this message
Anders Kaseorg (andersk) wrote :

Alberto, you failed to note the patch I posted above here (dkms-template-postinst-cleanup.patch), as well as the source package I posted to bug 432780, and so your new bcmwl package completely skips creating the blacklist file:

case "$1" in
        configure)
        # Build the kernel module
        /usr/lib/dkms/common.postinst $PACKAGE_NAME $CVERSION /usr/share/$PACKAGE_NAME $ARCH $2
        exit $?

        # Create a blacklist file
        …

Can we please get this fixed in both dkms and bcmwl?