PKGBUILDs/extra/kwin/kwin.install
2019-10-23 01:08:35 +00:00

9 lines
193 B
Text

post_install() {
# this is executed by make install, but doesn't work since setcap can only be run as root
setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
}
post_upgrade() {
post_install
}