From c9e08fed467c2ff1a0ed92b49c54cfd6ca72cd02 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 17 Sep 2000 21:42:52 +0000 Subject: r370: * dh_installmodules: corrected the code added to maintainer scripts so it does not call depmod -a. update-modules (which it always called)_ handles calling depmod if doing so is appropriate. Packages built with proir versions probably have issues on systems with non-modular kernels, and should be rebuilt. Closes: #71841 --- autoscripts/postinst-modules | 1 - 1 file changed, 1 deletion(-) (limited to 'autoscripts/postinst-modules') diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules index 64b8eb0c..a7e7c77d 100644 --- a/autoscripts/postinst-modules +++ b/autoscripts/postinst-modules @@ -1,4 +1,3 @@ if [ "$1" = "configure" ]; then update-modules - depmod -a fi -- cgit v1.2.3