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, 0 insertions, 13 deletions
diff --git a/abs/core-testing/python/python.install b/abs/core-testing/python/python.install
deleted file mode 100644
index f00a943..0000000
--- a/abs/core-testing/python/python.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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: