[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.1.1.2-1-2-g9a2dd40
Giuseppe Iuculano
iuculano at debian.org
Tue Feb 23 09:06:28 UTC 2010
The following commit has been merged in the master branch:
commit 67fb76a04e2465834af9211ce3673076ce5619ad
Author: Giuseppe Iuculano <iuculano at debian.org>
Date: Tue Feb 23 10:02:20 2010 +0100
Do not remove header_postinst.d/dkms in preinst. Hopefully now Ubuntu can sync dkms from Debian
diff --git a/debian/preinst b/debian/preinst
index df02fae..faffec5 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -30,10 +30,6 @@ install|upgrade)
rm_conffile dkms "/etc/init.d/dkms_autoinstaller"
fi
rm_conffile dkms "/etc/init/dkms_autoinstaller.conf"
- if [ -e "/etc/kernel/header_postinst.d/dkms" ]; then
- rm_conffile dkms "/etc/kernel/header_postinst.d/dkms"
- rmdir --ignore-fail-on-non-empty /etc/kernel/header_postinst.d/
- fi
fi
esac
--
Dynamic Kernel Module Support
More information about the Pkg-dkms-commits
mailing list