summaryrefslogtreecommitdiffstats
path: root/src/intercept/update-modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercept/update-modules')
-rw-r--r--src/intercept/update-modules7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/intercept/update-modules b/src/intercept/update-modules
deleted file mode 100644
index ac5749c..0000000
--- a/src/intercept/update-modules
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ ! -f $OPKG_INTERCEPT_DIR/update-modules ]; then
- echo "update-modules" > $OPKG_INTERCEPT_DIR/update-modules
- chmod +x $OPKG_INTERCEPT_DIR/update-modules
-fi
-