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