summaryrefslogtreecommitdiffstats
path: root/hooks/autodetect
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/autodetect')
-rw-r--r--hooks/autodetect9
1 files changed, 0 insertions, 9 deletions
diff --git a/hooks/autodetect b/hooks/autodetect
deleted file mode 100644
index bffdff3..0000000
--- a/hooks/autodetect
+++ /dev/null
@@ -1,9 +0,0 @@
-# vim: set ft=sh:
-run_hook ()
-{
- if [ -e /modules ]; then
- while read mod; do
- /bin/modprobe -q $mod >/dev/null 2>&1
- done < /modules
- fi
-}