From dec2bb73161a085d03787b39fa52fb52eb0c72a5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 18 Jan 2014 21:59:38 +0000 Subject: [PATCH] valkyrie: remove duplicated .app caveats. Closes Homebrew/homebrew#26033. --- Formula/valkyrie.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Formula/valkyrie.rb b/Formula/valkyrie.rb index 8b684edb67..7144a001d2 100644 --- a/Formula/valkyrie.rb +++ b/Formula/valkyrie.rb @@ -15,13 +15,4 @@ class Valkyrie < Formula system "make install" prefix.install bin/'valkyrie.app' end - - def caveats; <<-EOS.undent - The application has been installed to: - #{prefix}/valkyrie.app - - To link the application to a normal Mac OS X location: - brew linkapps - EOS - end end