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