Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/disabled/python-pip-bootstrap/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-support/disabled/python-pip-bootstrap/install.sh')
-rw-r--r--build-support/disabled/python-pip-bootstrap/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-support/disabled/python-pip-bootstrap/install.sh b/build-support/disabled/python-pip-bootstrap/install.sh
new file mode 100644
index 00000000..e81432e6
--- /dev/null
+++ b/build-support/disabled/python-pip-bootstrap/install.sh
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Bootstrapping python pip, setuptools and wheel.."
+ python /usr/bin/get-pip.py
+}