summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-modules
diff options
context:
space:
mode:
authorjoey <joey>2000-09-17 21:42:52 +0000
committerjoey <joey>2000-09-17 21:42:52 +0000
commitc9e08fed467c2ff1a0ed92b49c54cfd6ca72cd02 (patch)
treede6f9de095e07d5bda88dc474c59f091ba3f095e /autoscripts/postinst-modules
parentbcf662004e506ccce41f48bd2a6b878533c93097 (diff)
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
Diffstat (limited to 'autoscripts/postinst-modules')
-rw-r--r--autoscripts/postinst-modules1
1 files changed, 0 insertions, 1 deletions
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