aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scapy/scapy.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scapy/scapy.post-install')
-rw-r--r--testing/scapy/scapy.post-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/scapy/scapy.post-install b/testing/scapy/scapy.post-install
new file mode 100644
index 000000000..9f2247aab
--- /dev/null
+++ b/testing/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
+