summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-update-modules
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-update-modules')
-rw-r--r--autoscripts/postinst-update-modules5
1 files changed, 0 insertions, 5 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