aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/frescobaldi.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-01-18 21:58:55 +0000
committerMike McQuaid2014-01-19 14:19:08 -0800
commit3f7698ddd03ce77ea3e69db473a6d6b657f49377 (patch)
tree0bbede28f3e4ee1b2c58e38defb845d3ac8f8d28 /Library/Formula/frescobaldi.rb
parent8caeef88ee92ad1b695efabd8b0ca8572621bb5e (diff)
downloadhomebrew-3f7698ddd03ce77ea3e69db473a6d6b657f49377.tar.bz2
frescobaldi: remove duplicated .app caveats.
Diffstat (limited to 'Library/Formula/frescobaldi.rb')
-rw-r--r--Library/Formula/frescobaldi.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Formula/frescobaldi.rb b/Library/Formula/frescobaldi.rb
index 507dc374b..fe44fc924 100644
--- a/Library/Formula/frescobaldi.rb
+++ b/Library/Formula/frescobaldi.rb
@@ -36,15 +36,4 @@ class Frescobaldi < Formula
bin/"frescobaldi", bin/"Frescobaldi.app"
end
end
-
- def caveats
- if build.with? "launcher"
- <<-EOS.undent
- To install the Mac OS X launcher application run:
- brew linkapps (to install in ~/Applications)
- or:
- ln -s #{bin}/Frescobaldi.app /Applications
- EOS
- end
- end
end