post_install () {
    rpi-eeprom-update -a
}

post_upgrade() {
    post_install # Re-run configuration on upgrade
}
