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 - autoscripts/postrm-modules | 1 - 2 files changed, 2 deletions(-) (limited to 'autoscripts') diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules index 64b8eb0..a7e7c77 100644 --- a/autoscripts/postinst-modules +++ b/autoscripts/postinst-modules @@ -1,4 +1,3 @@ if [ "$1" = "configure" ]; then update-modules - depmod -a fi diff --git a/autoscripts/postrm-modules b/autoscripts/postrm-modules index a8f4ce7..7abe0c0 100644 --- a/autoscripts/postrm-modules +++ b/autoscripts/postrm-modules @@ -1,2 +1 @@ update-modules -depmod -a -- cgit v1.2.1