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
db-move: moved grilo-plugins from [staging] to [testing] (x86_64)
[arch-packages.git]
/
kinit
/
trunk
/
kinit.install
blob
84284d7ad2de157387e19b78b8b2e3a5492eecf6
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_RESOURCE=+ep /usr/lib/kf5/start_kdeinit
4
}
5
6
post_upgrade() {
7
post_install
8
}
9