summaryrefslogtreecommitdiffstats
path: root/httpx-bin/httpx-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'httpx-bin/httpx-bin.install')
-rw-r--r--httpx-bin/httpx-bin.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/httpx-bin/httpx-bin.install b/httpx-bin/httpx-bin.install
new file mode 100644
index 0000000..c5b0b2b
--- /dev/null
+++ b/httpx-bin/httpx-bin.install
@@ -0,0 +1,10 @@
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/
8
9EOF
10}