#!/bin/sh
[ -L "${IPKG_INSTROOT}/bin/grep" ] && rm -f "${IPKG_INSTROOT}/bin/grep"
exit 0
