From 58c652f4c50447f3d96c361011974e4b379838bc Mon Sep 17 00:00:00 2001 From: Tommy Sparber Date: Tue, 31 May 2016 23:19:11 +0200 Subject: [PATCH] Updated gnubg (1.04.000-1010-x86_64) --- Casks/gnubg.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Casks/gnubg.rb b/Casks/gnubg.rb index ec488a624985..da684841af58 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