summaryrefslogtreecommitdiff
path: root/libre-testing/iputils/iputils.install
blob: 1684c2e72aeaf83b0b7a8358212578c4150178ee (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  setcap cap_net_raw=ep usr/bin/ping  2>/dev/null || chmod +s usr/bin/ping 
}

post_upgrade() {
  post_install "$1"
}

# vim:set ts=2 sw=2 et: