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