summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-modules
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-modules')
-rw-r--r--autoscripts/postinst-modules3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules
deleted file mode 100644
index babf39bd..00000000
--- a/autoscripts/postinst-modules
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
- update-modules >/dev/null
-fi