1 2 3 4 5 6 7
post_install() { setcap cap_sys_admin+ep usr/bin/gsr-kms-server } post_upgrade() { post_install "$1" }