#!/tmp/busybox sh

if /tmp/busybox [ -f /system/recovery-from-boot.p ]; then
  /tmp/busybox mv /system/recovery-from-boot.p /system/recovery-from-boot.p.backup
fi

if /tmp/busybox [ -f /system/etc/install-recovery.sh ]; then
  /tmp/busybox mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.backup
fi
