summaryrefslogtreecommitdiff
path: root/testing/iputils/iputils.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-05 01:33:02 -0700
committerroot <root@rshg054.dnsready.net>2012-10-05 01:33:02 -0700
commit777466db27694f0cad10a7159ba66f2a2b39a516 (patch)
tree314603754e3855eea98c7cc25416e7c746e40fcf /testing/iputils/iputils.install
parentc3ff6b4da8966c22dcbf0f5d8a957b875242789f (diff)
Fri Oct 5 01:33:01 PDT 2012
Diffstat (limited to 'testing/iputils/iputils.install')
-rw-r--r--testing/iputils/iputils.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/iputils/iputils.install b/testing/iputils/iputils.install
index d83f94426..8e5159e83 100644
--- a/testing/iputils/iputils.install
+++ b/testing/iputils/iputils.install
@@ -1,10 +1,6 @@
post_install() {
setcap cap_net_raw=ep usr/bin/ping 2>/dev/null || chmod +s usr/bin/ping
setcap cap_net_raw=ep usr/bin/ping6 2>/dev/null || chmod +s usr/bin/ping6
-
- if [ "$(vercmp $2 20101006-3)" -le 0 ]; then
- echo " >> Traceroute is now provided by core/traceroute"
- fi
}
post_upgrade() {