summaryrefslogtreecommitdiff
path: root/testing/iputils/iputils.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/iputils/iputils.install')
-rw-r--r--testing/iputils/iputils.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/iputils/iputils.install b/testing/iputils/iputils.install
deleted file mode 100644
index 8e5159e83..000000000
--- a/testing/iputils/iputils.install
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et: