post_install() { echo '--> This package expects your @VERS@ device to run distccd on port @PORT@' echo '--> Adjust DISTCC_ARGS in /etc/conf.d/distccd on your @VERS@ device to match this' echo '--> ie: DISTCC_ARGS=" ... --port @PORT@ ..."' } post_upgrade() { # change occurred on version 7.2.1-4 so warn users of older versions if [ $(vercmp 7.2.1-4 $2) -eq 1 ]; then post_install fi }