post_install() {
  setcap cap_net_raw=ep usr/sbin/fping  2>/dev/null || chmod +s usr/sbin/fping
}

post_upgrade() {
  post_install "$1"
}
