From 530e6e88786befa5d1bcd569e480f1b9fec5b102 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Jun 2012 00:01:41 +0000 Subject: Wed Jun 20 00:01:41 UTC 2012 --- testing/iputils/iputils.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/iputils/iputils.install (limited to 'testing/iputils/iputils.install') diff --git a/testing/iputils/iputils.install b/testing/iputils/iputils.install new file mode 100644 index 000000000..2481fb396 --- /dev/null +++ b/testing/iputils/iputils.install @@ -0,0 +1,11 @@ +post_install() { + setcap cap_net_raw=ep usr/bin/ping + setcap cap_net_raw=ep usr/bin/ping6 + echo " >> Traceroute is now provided by core/traceroute" +} + +post_upgrade() { + post_install "$1" +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf