ldconfig 151 B

1234567
  1. #!/bin/sh
  2. if [ ! -f $OPKG_INTERCEPT_DIR/ldconfig ]; then
  3. echo "ldconfig" > $OPKG_INTERCEPT_DIR/ldconfig
  4. chmod +x $OPKG_INTERCEPT_DIR/ldconfig
  5. fi