aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/valkyrie.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/valkyrie.rb b/Library/Formula/valkyrie.rb
index 8b684edb6..7144a001d 100644
--- a/Library/Formula/valkyrie.rb
+++ b/Library/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