aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scapy/scapy.post-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-07-15 12:07:58 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-15 12:08:12 +0000
commit0fa8d03670123b208b9a7474dfed261152bc60fe (patch)
tree9a720810ab805b6cfe28ed45a0ad8b26012dafdd /testing/scapy/scapy.post-install
parent1a84693a8922fa32d0394e7204aad31a6ae6691e (diff)
downloadaports-0fa8d03670123b208b9a7474dfed261152bc60fe.tar.bz2
aports-0fa8d03670123b208b9a7474dfed261152bc60fe.tar.xz
testing/scapy: added post-install message for optional dependencies, updated maintainer
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
+