post_install() {
  cat <<END

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

END
}
