summarylogtreecommitdiffstats
path: root/gpu-screen-recorder.install
blob: ddfe12c96a9619bf023208c62ca4999097b30f45 (plain)
1
2
3
4
5
6
7
post_install() {
    setcap cap_sys_admin+ep usr/bin/gsr-kms-server
}

post_upgrade() {
    post_install "$1"
}