From 56f955aca6231693fe797de4793f77ed58ab116e Mon Sep 17 00:00:00 2001 From: Bruno Cichon Date: Mon, 1 Oct 2018 01:51:03 +0200 Subject: Add some base packages for ppc64le --- libre-testing/iputils/iputils.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libre-testing/iputils/iputils.install (limited to 'libre-testing/iputils/iputils.install') diff --git a/libre-testing/iputils/iputils.install b/libre-testing/iputils/iputils.install new file mode 100644 index 000000000..1684c2e72 --- /dev/null +++ b/libre-testing/iputils/iputils.install @@ -0,0 +1,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: -- cgit v1.2.3