diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-16 03:46:13 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-16 03:46:13 (GMT) |
commit | 9489701f54d6628e484af822b961c34d7b511e57 (patch) | |
tree | 85cc4dbb7d11024b011c57ec11ee7f3707e7d0fd /abs/core/python/python.install | |
parent | ede1a8d31ec57aa9d4850444b4a14ac14734c9b4 (diff) | |
download | linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.zip linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.tar.gz linhes_pkgbuild-9489701f54d6628e484af822b961c34d7b511e57.tar.bz2 |
file cleanup
Diffstat (limited to 'abs/core/python/python.install')
-rw-r--r-- | abs/core/python/python.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/abs/core/python/python.install b/abs/core/python/python.install deleted file mode 100644 index f00a943..0000000 --- a/abs/core/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: |