summaryrefslogtreecommitdiff
path: root/community/python-pip-bootstrap/install2.sh
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-11-18 09:15:25 +0100
committerErich Eckner <git@eckner.net>2019-11-18 09:15:25 +0100
commit1e947ad2a61c9f9fa2d3e8ce98d3499681bc761f (patch)
tree5335df9418e618da34fd37616d5da9b263f25d30 /community/python-pip-bootstrap/install2.sh
parent0340fdf35f30ae541406cb10742477e76c073a08 (diff)
downloadpackages-1e947ad2a61c9f9fa2d3e8ce98d3499681bc761f.tar.xz
community/python-pip-bootstrap should be *only* in build-support (disabled, currently)
Diffstat (limited to 'community/python-pip-bootstrap/install2.sh')
-rw-r--r--community/python-pip-bootstrap/install2.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/community/python-pip-bootstrap/install2.sh b/community/python-pip-bootstrap/install2.sh
deleted file mode 100644
index b6aa16fa..00000000
--- a/community/python-pip-bootstrap/install2.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-post_install() {
- echo "Bootstrapping python2 pip, setuptools and wheel.."
- python2 /usr/bin/get-pip2.py
-}