post_install() {
        cat <<INSTALL
>>> To print u-boot env please use fw_printenv
>> Configuration file located at /etc/fw_env.config
INSTALL
}

post_upgrade() {
        post_install
}

op=$1
shift
$op $*