post_install() {
	cat << EOF

>>> WARNING: httpx binary installed as httpx-pd, because of conflicts with lame
>>> python-httpx package.

EOF
}

post_upgrade() {
  post_install
}

