Add the .INSTALL script needed for kmsgrab to work
This also removes the standalone PKGBUILD artifact because our PKGBUILD has external dependencies now.
This commit is contained in:
12
packaging/linux/Arch/sunshine.install
Normal file
12
packaging/linux/Arch/sunshine.install
Normal file
@@ -0,0 +1,12 @@
|
||||
do_setcap() {
|
||||
setcap cap_sys_admin+p $(readlink -f $(which sunshine))
|
||||
}
|
||||
|
||||
post_install() {
|
||||
do_setcap
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
do_setcap
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user