summaryrefslogtreecommitdiff
path: root/libre/libksysguard/libksysguard.install
blob: 891b1d423b9a5be32af2f0f2107c4e1c880e88d1 (plain)
1
2
3
4
5
6
7
8
9
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
}