graphviz: remove duplicated .app caveats.
This commit is contained in:
parent
3c41951275
commit
7175c467c7
1 changed files with 0 additions and 12 deletions
|
@ -82,16 +82,4 @@ class Graphviz < Formula
|
||||||
|
|
||||||
system "#{bin}/dot", "-Tpdf", "-o", "sample.pdf", "sample.dot"
|
system "#{bin}/dot", "-Tpdf", "-o", "sample.pdf", "sample.dot"
|
||||||
end
|
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
|
end
|
||||||
|
|
Loading…
Reference in a new issue