Fix depmod intercept. Patch from Andreas Oberritter.
[oweals/opkg-lede.git] / intercept / ldconfig
1 #!/bin/sh
2
3 if [ ! -f $OPKG_INTERCEPT_DIR/ldconfig ]; then
4   echo "ldconfig" > $OPKG_INTERCEPT_DIR/ldconfig
5   chmod +x $OPKG_INTERCEPT_DIR/ldconfig
6 fi
7