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:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 16:35:58 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 16:35:58 +0200
commit1a9038b24071546a11a5db104e43ce15de766831 (patch)
treea36c23878c71ae54ec15be3273c545d1d8dfb52b /build-support/disabled/python-pip-bootstrap/install2.sh
parentbe986f0c0aa51c4c6defb09703cf7cecbfea8db9 (diff)
some cleanup
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, 4 insertions, 0 deletions
diff --git a/build-support/disabled/python-pip-bootstrap/install2.sh b/build-support/disabled/python-pip-bootstrap/install2.sh
new file mode 100644
index 00000000..b6aa16fa
--- /dev/null
+++ b/build-support/disabled/python-pip-bootstrap/install2.sh
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Bootstrapping python2 pip, setuptools and wheel.."
+ python2 /usr/bin/get-pip2.py
+}