#!/bin/sh

poff=/mnt/onboard/.kobo/kbmenu/onstart/poweroff.sh

if [ -e $poff ]; then
sh $poff
fi

/bin/busybox poweroff
