From 53a4f790089c6699afc42a41e31ea685f1699b18 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 22 Aug 2016 08:39:18 +0000 Subject: community/scapy: moved from testing, cleaned up APKBUILD --- community/scapy/scapy.post-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/scapy/scapy.post-install (limited to 'community/scapy/scapy.post-install') diff --git a/community/scapy/scapy.post-install b/community/scapy/scapy.post-install new file mode 100644 index 0000000000..9f2247aabe --- /dev/null +++ b/community/scapy/scapy.post-install @@ -0,0 +1,9 @@ +#!/bin/sh + +echo "*" >&2 +echo "* If you want to use scapy to his full potential, please do:" >&2 +echo "* apk add py-crypto py-gnuplot pyx tcpdump sox graphviz graphviz ebtables" >&2 +echo "*" >&2 + +exit 0 + -- cgit v1.2.3