post_install() {
# this is executed by make install, but doesn't work since setcap can only be run as root
  setcap CAP_PERFMON=+ep /usr/lib/ksystemstats_intel_helper
}

post_upgrade() {
  post_install
}
