diff options
Diffstat (limited to 'abs/core/python2/python.install')
-rw-r--r-- | abs/core/python2/python.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/abs/core/python2/python.install b/abs/core/python2/python.install deleted file mode 100644 index f00a943..0000000 --- a/abs/core/python2/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: |