repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OCaml 4.14.0 rebuild
[arch-packages.git]
/
kwin
/
trunk
/
kwin.install
blob
73be0cb68b7c8caabcd285f3196f81dc04bb15dd
1
post_install() {
2
# this is executed by make install, but doesn't work since setcap can only be run as root
3
setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
4
}
5
6
post_upgrade() {
7
post_install
8
}
9