diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:26:23 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 18:26:23 (GMT) |
commit | d9bfa10d9843efe8fcd0fea21f8c61c068a6bf54 (patch) | |
tree | 1ba3595c9b962417a447758df7d26bb02fefd044 /abs/core/python2/python.install | |
parent | 8e474318e398abdc93537d01ddf14420d164e91f (diff) | |
download | linhes_pkgbuild-d9bfa10d9843efe8fcd0fea21f8c61c068a6bf54.zip linhes_pkgbuild-d9bfa10d9843efe8fcd0fea21f8c61c068a6bf54.tar.gz linhes_pkgbuild-d9bfa10d9843efe8fcd0fea21f8c61c068a6bf54.tar.bz2 |
removed files from python2
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: |