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