post_install() {
    setcap cap_sys_admin+ep usr/bin/gsr-kms-server
}

post_upgrade() {
    post_install "$1"
}
