aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-01-18 21:58:42 +0000
committerMike McQuaid2014-01-19 14:19:07 -0800
commit099cfea6ae512db71c777919df7a18f2af657a03 (patch)
tree0b0c5b3cabb07479a574c11da6d0641fbd5e1efc /Library/Formula
parent90121ed8fdfe8571663790919981378b26ef13a6 (diff)
downloadhomebrew-099cfea6ae512db71c777919df7a18f2af657a03.tar.bz2
emacs: remove duplicated .app caveats.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/emacs.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 5421e7805..db7c46c8e 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -126,14 +126,6 @@ class Emacs < Formula
s = ""
if build.include? "cocoa"
s += <<-EOS.undent
- Emacs.app was installed to:
- #{prefix}
-
- To link the application to a normal Mac OS X location:
- brew linkapps
- or:
- ln -s #{prefix}/Emacs.app /Applications
-
A command line wrapper for the cocoa app was installed to:
#{bin}/emacs
EOS