post_upgrade() {
  if [ "`vercmp $2 5.45`" -lt 0 ]; then
    echo "  - expectk has been removed.  Use tclsh instead"
  fi
}