post_install() {
    systemctl is-enabled steamos-manager.service >/dev/null || systemctl enable steamos-manager.service
}

post_upgrade() {
    post_install
}
