|
@@ -29,6 +29,7 @@ elif [ "$1" = "install" ];then
|
|
IPKG_INSTROOT="$PKG_INSTROOT" ${PKG_INSTROOT}/usr/lib/pkg/${pkg}.postinst
|
|
IPKG_INSTROOT="$PKG_INSTROOT" ${PKG_INSTROOT}/usr/lib/pkg/${pkg}.postinst
|
|
rm ${PKG_INSTROOT}/usr/lib/pkg/${pkg}.postinst
|
|
rm ${PKG_INSTROOT}/usr/lib/pkg/${pkg}.postinst
|
|
fi
|
|
fi
|
|
|
|
+ rm -rf ${PKG_INSTROOT}/usr/lib/pkg
|
|
else
|
|
else
|
|
echo "unknown command"
|
|
echo "unknown command"
|
|
exit 1
|
|
exit 1
|