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:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 20:02:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 20:02:25 +0200
commitbc0385f1158a2790ec155ddcaaaee81816a20a3d (patch)
tree229e9690c1636e85731e009b24bb400a731e1060 /build-support/disabled/python-pip-bootstrap/install.sh
parentd934f0865d4e4c9477324294e082fb9c8961c4ca (diff)
moved python-pip-bootstrap from disabled (could be handy)
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, 0 insertions, 4 deletions
diff --git a/build-support/disabled/python-pip-bootstrap/install.sh b/build-support/disabled/python-pip-bootstrap/install.sh
deleted file mode 100644
index e81432e6..00000000
--- a/build-support/disabled/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
-}