Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/disabled/python-pip-bootstrap/install2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-support/disabled/python-pip-bootstrap/install2.sh')
-rw-r--r--build-support/disabled/python-pip-bootstrap/install2.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/build-support/disabled/python-pip-bootstrap/install2.sh b/build-support/disabled/python-pip-bootstrap/install2.sh
deleted file mode 100644
index b6aa16fa..00000000
--- a/build-support/disabled/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
-}