github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/install/update.go (about)

     1  // Copyright 2015 Keybase, Inc. All rights reserved. Use of
     2  // this source code is governed by the included BSD license.
     3  
     4  //go:build !darwin || ios
     5  // +build !darwin ios
     6  
     7  package install
     8  
     9  func AfterUpdateApply(context Context, willRestart bool, force bool, log Log) error {
    10  	return nil
    11  }