You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
193 B
Plaintext

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
}