post_install() { setcap cap_net_raw=ep bin/ping 2>/dev/null || chmod +s bin/ping } post_upgrade() { post_install "$1" } # vim:set ts=2 sw=2 et: