summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-update-modules5
-rw-r--r--autoscripts/postrm-update-modules3
2 files changed, 0 insertions, 8 deletions
diff --git a/autoscripts/postinst-update-modules b/autoscripts/postinst-update-modules
deleted file mode 100644
index f5e13b56..00000000
--- a/autoscripts/postinst-update-modules
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ "$1" = "configure" ]; then
- if [ -x "`which update-modules 2>/dev/null`" ]; then
- update-modules >/dev/null || [ "$?" = 3 ]
- fi
-fi
diff --git a/autoscripts/postrm-update-modules b/autoscripts/postrm-update-modules
deleted file mode 100644
index 35db8718..00000000
--- a/autoscripts/postrm-update-modules
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x "`which update-modules 2>/dev/null`" ]; then
- update-modules >/dev/null || [ "$?" = 3 ]
-fi