summarylogtreecommitdiffstats
path: root/besttrace.install
blob: 34d40e69082e7e45bef763cde1a00512a62c807f (plain)
1
2
3
4
5
6
7
post_install() {
   setcap cap_net_raw=ep usr/bin/besttrace 2>/dev/null || chmod +s usr/bin/besttrace
}

post_upgrade() {
  post_install "$1"
}