summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-modules1
-rw-r--r--autoscripts/postrm-modules1
2 files changed, 0 insertions, 2 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
diff --git a/autoscripts/postrm-modules b/autoscripts/postrm-modules
index a8f4ce70..7abe0c01 100644
--- a/autoscripts/postrm-modules
+++ b/autoscripts/postrm-modules
@@ -1,2 +1 @@
update-modules
-depmod -a