summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/python/python.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/python/python.install')
-rw-r--r--abs/core-testing/python/python.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core-testing/python/python.install b/abs/core-testing/python/python.install
new file mode 100644
index 0000000..f00a943
--- /dev/null
+++ b/abs/core-testing/python/python.install
@@ -0,0 +1,13 @@
+post_install() {
+ cat << _EOF
+
+==> Python requires "tk" to use IDLE, pynche and modulator
+
+_EOF
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: