* Add ipkg for future development
[oweals/opkg-lede.git] / intercept / update-modules
diff --git a/intercept/update-modules b/intercept/update-modules
new file mode 100644 (file)
index 0000000..431bfcd
--- /dev/null
@@ -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
+