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
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
libksysguard
/
trunk
/
libksysguard.install
blob
891b1d423b9a5be32af2f0f2107c4e1c880e88d1
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_NET_RAW=+ep /usr/lib/ksysguard/ksgrd_network_helper
4
}
5
6
post_upgrade() {
7
post_install
8
}
9