index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-pip-bootstrap/install.sh | 4 |
diff --git a/community/python-pip-bootstrap/install.sh b/community/python-pip-bootstrap/install.sh new file mode 100644 index 00000000..e81432e6 --- /dev/null +++ b/community/python-pip-bootstrap/install.sh @@ -0,0 +1,4 @@ +post_install() { + echo "Bootstrapping python pip, setuptools and wheel.." + python /usr/bin/get-pip.py +} |