summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/modload18
1 files changed, 0 insertions, 18 deletions
diff --git a/install/modload b/install/modload
deleted file mode 100644
index fd46a22..0000000
--- a/install/modload
+++ /dev/null
@@ -1,18 +0,0 @@
-# vim: set ft=sh:
-
-install ()
-{
- MODULES=""
- BINARIES=""
- FILES=""
- SCRIPT="modload"
-}
-
-help ()
-{
-cat<<HELPEOF
- This hook manually detects and loads modules. It is much
- slower than udev and the udev hook should be preferred.
- This remains meerly as another option for a user.
-HELPEOF
-}