post_install() {
    cat <<'EOF'
:: ESOS firmware was installed to /usr/lib/esos/esos.itb.
:: To flash it to the detected SpacemiT boot device, run as root:
::   esos-spacemit-flash
:: To preview the target without writing, run:
::   esos-spacemit-flash --dry-run
:: Rebuild your initramfs after install or upgrade, for example as root:
::   mkinitcpio -P
:: or:
::   dracut -f
EOF
}

post_upgrade() {
    post_install
}
