set -e
set +e
if [ -f "boot/Image.gz-dtb" -o -L "boot/Image.gz-dtb" ]; then
    rm -f boot/Image.gz-dtb  > /dev/null 2>&1
fi
set -e
