* Add ipkg for future development
[oweals/opkg-lede.git] / intercept / ldconfig
diff --git a/intercept/ldconfig b/intercept/ldconfig
new file mode 100644 (file)
index 0000000..2be99b4
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ ! -f $IPKG_INTERCEPT_DIR/ldconfig ]; then
+  echo "ldconfig" > $IPKG_INTERCEPT_DIR/ldconfig
+  chmod +x $IPKG_INTERCEPT_DIR/ldconfig
+fi
+