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

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