libopkg: store checksums in binary form, use integer index for architecture
[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