diff --git a/utils/grep/Makefile b/utils/grep/Makefile index b6725c089..6e648e017 100644 --- a/utils/grep/Makefile +++ b/utils/grep/Makefile @@ -44,14 +44,7 @@ endef define Package/grep/prerm $${IPKG_INSTROOT}/bin/busybox grep -h 2>&1 | grep -q BusyBox && \ -touch $${IPKG_INSTROOT}/tmp/bb_with_grep -endef - -define Package/grep/postrm -#!/bin/sh -[ -f $${IPKG_INSTROOT}/tmp/bb_with_grep ] && \ -ln -sf busybox $${IPKG_INSTROOT}/bin/grep && \ -rm $${IPKG_INSTROOT}/tmp/bb_with_grep +ln -sf busybox $${IPKG_INSTROOT}/bin/grep exit 0 endef