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