mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
210 B
Text
9 lines
210 B
Text
post_install() {
|
|
# this is executed by make install, but doesn't work since setcap can only be run as root
|
|
setcap CAP_NET_RAW=+ep /usr/lib/ksysguard/ksgrd_network_helper
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|