X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=intercept%2Fldconfig;fp=intercept%2Fldconfig;h=2be99b4e0df487498aed2581e6b8bc214311ff50;hp=0000000000000000000000000000000000000000;hb=8bf49d16a637cca0cd116450dfcabc4c941baf6c;hpb=4074befd4db12e78af74f7e1438459125b0b3016 diff --git a/intercept/ldconfig b/intercept/ldconfig new file mode 100644 index 0000000..2be99b4 --- /dev/null +++ b/intercept/ldconfig @@ -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 +