#!/bin/sh
# Runs after a fresh install of u-boot-licheerv. The helper does nothing unless
# autoflash has been opted into via /etc/u-boot-licheerv/autoflash.conf, so this
# is a no-op during image builds (the build chroot has no such file). $1 is the
# installed version.
/usr/sbin/u-boot-licheerv-flash --from-trigger || true
exit 0
