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