#!/bin/sh
if [ -e ${IPKG_INSTROOT}/usr/bin/nc ]; then
  rm -rf ${IPKG_INSTROOT}/usr/bin/nc;
fi
ln -s ./netcat ${IPKG_INSTROOT}/usr/bin/nc
