blob: 0a0a1ef60f6f39b24c441b6363e37862f9456029 (
plain)
| 1
2
3
4
5
6
7
8
9
 | post_upgrade() {
	cat <<- 'EOF'
The httpx binary has been installed as httpx-toolkit
Please adjust your workflow accordingly
This has been done to prevent a name clash with:
https://archlinux.org/packages/extra/any/python-httpx/
EOF
}
 |