diff --git a/Casks/gnubg.rb b/Casks/gnubg.rb index ec488a6249857..da684841af58b 100644 --- a/Casks/gnubg.rb +++ b/Casks/gnubg.rb @@ -24,14 +24,4 @@ depends_on x11: true app 'gnubg.app' - - caveats do - <<-EOS.undent - #{token} only works if called from /Applications, so you may need to install it with - brew cask --appdir=/Applications install #{token} - - Alternatively, you can create a symbolic link in /Applications after installing and upgrading: - ln -sf '#{staged_path}/gnubg.app' '/Applications/gnubg.app' - EOS - end end