aboutsummaryrefslogtreecommitdiffstats
path: root/community/scapy/scapy.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/scapy/scapy.post-install')
-rw-r--r--community/scapy/scapy.post-install9
1 files changed, 9 insertions, 0 deletions
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
+