valkyrie: remove duplicated .app caveats.

Closes Homebrew/homebrew#26033.
This commit is contained in:
Mike McQuaid 2014-01-18 21:59:38 +00:00
parent 689eccef5c
commit dec2bb7316

View file

@ -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