blob: c5b0b2b2537dc7899c162baab774815ed5112861 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
}
|