summaryrefslogtreecommitdiff
path: root/community/python-pip-bootstrap/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pip-bootstrap/install.sh')
-rw-r--r--community/python-pip-bootstrap/install.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/community/python-pip-bootstrap/install.sh b/community/python-pip-bootstrap/install.sh
deleted file mode 100644
index e81432e6..00000000
--- a/community/python-pip-bootstrap/install.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-post_install() {
- echo "Bootstrapping python pip, setuptools and wheel.."
- python /usr/bin/get-pip.py
-}