aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qcachegrind.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/qcachegrind.rb b/Library/Formula/qcachegrind.rb
index ec87c588d..9c2024f50 100644
--- a/Library/Formula/qcachegrind.rb
+++ b/Library/Formula/qcachegrind.rb
@@ -17,13 +17,4 @@ class Qcachegrind < Formula
# Symlink in the command-line version
bin.install_symlink prefix/'qcachegrind.app/Contents/MacOS/qcachegrind'
end
-
- def caveats; <<-EOS
- qcachegrind.app was installed in:
- #{prefix}
-
- To symlink into ~/Applications, you can do:
- brew linkapps
- EOS
- end
end