* Add ipkg for future development
[project/opkg-lede.git] / intercept / ldconfig
1 #!/bin/sh
2
3 if [ ! -f $IPKG_INTERCEPT_DIR/ldconfig ]; then
4 echo "ldconfig" > $IPKG_INTERCEPT_DIR/ldconfig
5 chmod +x $IPKG_INTERCEPT_DIR/ldconfig
6 fi
7