post_install() {
  cat <<END

>>> This package expects your armv7h device to run distccd on port 3635
    Adjust DISTCC_ARGS in /etc/conf.d/distccd on your armv7h device to match this
    ie: DISTCC_ARGS=" ... --port 3635 ..."
    Remember to define the new port in DISTCC_HOSTS in /etc/makepkg.conf as well
    ie: DISTCC_HOSTS="localhost:3635 foo:3635 bar:3635"

END
}
