# vim: ft=sh ts=4 et

post_install() {
    setcap cap_sys_resource=+ep /usr/bin/authoscope
}

post_upgrade() {
    post_install
}
