summaryrefslogtreecommitdiffstats
path: root/intercept/ldconfig
blob: e07c81d65c499f2a0465ef197b1c705dde1c3557 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ ! -f $OPKG_INTERCEPT_DIR/ldconfig ]; then
  echo "ldconfig" > $OPKG_INTERCEPT_DIR/ldconfig
  chmod +x $OPKG_INTERCEPT_DIR/ldconfig
fi