aboutsummaryrefslogtreecommitdiffstats
path: root/intercept/ldconfig
blob: 3c83c7bc48454ae88a7e7177d1d3efcfa91a643c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only

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