graphviz: remove duplicated .app caveats.

This commit is contained in:
Mike McQuaid 2014-01-18 21:59:00 +00:00
parent 3c41951275
commit 7175c467c7

View file

@ -82,16 +82,4 @@ class Graphviz < Formula
system "#{bin}/dot", "-Tpdf", "-o", "sample.pdf", "sample.dot"
end
def caveats
if build.include? 'with-app'
<<-EOS
Graphviz.app was installed in:
#{prefix}
To symlink into ~/Applications, you can do:
brew linkapps
EOS
end
end
end