iputils.install 160 B

12345678910
  1. post_install() {
  2. setcap cap_net_raw=ep usr/bin/ping 2>/dev/null || chmod +s usr/bin/ping
  3. }
  4. post_upgrade() {
  5. post_install "$1"
  6. }
  7. # vim:set ts=2 sw=2 et: