$OpenBSD: patch-go_client_cmd_update_go,v 1.2 2017/05/29 22:41:32 abieber Exp $

Disabling this because we don't want the binary to update itself
out from under us.

Upstream doesn't seem interested in our hacky Path finding process:
https://github.com/keybase/go-ps/pull/7#discussion_r73917329

--- go/client/cmd_update.go.orig	Thu Apr 20 07:44:48 2017
+++ go/client/cmd_update.go	Thu Apr 20 07:45:03 2017
@@ -34,17 +34,7 @@ func newCmdUpdateCheck(cl *libcmdline.CommandLine, g *
 		Name:  "check",
 		Usage: "Check for update",
 		Action: func(c *cli.Context) {
-			if libkb.IsBrewBuild {
-				g.Log.Errorf("\nTo update, run:\n\n\tbrew upgrade keybase")
-				return
-			}
-
-			updaterPath, err := install.UpdaterBinPath()
-			if err != nil {
-				g.Log.Errorf("Error finding updater path: %s", err)
-				return
-			}
-			g.Log.Errorf("\nTo update, you can run:\n\n\t%s check", updaterPath)
+			g.Log.Errorf("Not supported on OpenBSD.")
 		},
 	}
 }
