# viavi-boot - postinst
#!/bin/sh
set -e

if [ -n "$D" ]; then
    $INTERCEPT_DIR/postinst_intercept delay_to_first_boot viavi-boot mlprefix=
    exit 0
fi
#!/bin/sh -e
if [ -e /sbin/flash-uboot ]
then
    /sbin/flash-uboot "/boot/$(readlink /boot/flash.bin)"
fi