#!/bin/sh
if [ -e ${IPKG_INSTROOT}/usr/bin/time ]; then
  rm ${IPKG_INSTROOT}/usr/bin/time;
fi
