post_install() {
  setcap cap_net_raw+ep usr/bin/mtr
}

post_upgrade() {
  post_install
}

# vim: ts=2 sw=2 et:
