summaryrefslogtreecommitdiffstats
path: root/httpx-bin/httpx-bin.install
diff options
context:
space:
mode:
authorYigit Sever2024-07-05 16:36:39 +0300
committerYigit Sever2024-07-05 16:36:39 +0300
commit6e49de8929e6121017f4b216b370d97f516b5379 (patch)
tree2c8288dba840a8bf46e4d13d09e15bae4e796b88 /httpx-bin/httpx-bin.install
parent50c3510b93bffe68b153e70d465e0e7b570739ca (diff)
parent7f2a2262739bc49ff355c547f4ac6316753464af (diff)
downloadpackages-6e49de8929e6121017f4b216b370d97f516b5379.tar.gz
packages-6e49de8929e6121017f4b216b370d97f516b5379.tar.bz2
packages-6e49de8929e6121017f4b216b370d97f516b5379.zip
Add 'httpx-bin/' from commit '7f2a2262739bc49ff355c547f4ac6316753464af'
git-subtree-dir: httpx-bin git-subtree-mainline: 50c3510b93bffe68b153e70d465e0e7b570739ca git-subtree-split: 7f2a2262739bc49ff355c547f4ac6316753464af
Diffstat (limited to 'httpx-bin/httpx-bin.install')
-rw-r--r--httpx-bin/httpx-bin.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/httpx-bin/httpx-bin.install b/httpx-bin/httpx-bin.install
new file mode 100644
index 0000000..0a0a1ef
--- /dev/null
+++ b/httpx-bin/httpx-bin.install
@@ -0,0 +1,9 @@
1post_upgrade() {
2 cat <<- 'EOF'
3
4The httpx binary has been installed as httpx-toolkit
5Please adjust your workflow accordingly
6This has been done to prevent a name clash with:
7https://archlinux.org/packages/extra/any/python-httpx/
8EOF
9}