diff options
Diffstat (limited to 'intercept/update-modules')
-rw-r--r-- | intercept/update-modules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/intercept/update-modules b/intercept/update-modules new file mode 100644 index 0000000..431bfcd --- /dev/null +++ b/intercept/update-modules @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ ! -f $IPKG_INTERCEPT_DIR/update-modules ]; then + echo "update-modules" > $IPKG_INTERCEPT_DIR/update-modules + chmod +x $IPKG_INTERCEPT_DIR/update-modules +fi + |