aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-18 21:58:36 +0000
committerMike McQuaid2014-01-19 14:19:07 -0800
commit90121ed8fdfe8571663790919981378b26ef13a6 (patch)
treea23c5ad3295778dab0f470e4f905a4b583d59d50 /Library
parent1721155d192f43214472d66d9745acb645fdb551 (diff)
downloadhomebrew-90121ed8fdfe8571663790919981378b26ef13a6.tar.bz2
djview4: remove duplicated .app caveats.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/djview4.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/djview4.rb b/Library/Formula/djview4.rb
index f082edc5a..b98a9dc43 100644
--- a/Library/Formula/djview4.rb
+++ b/Library/Formula/djview4.rb
@@ -28,15 +28,6 @@ class Djview4 < Formula
# Simply copy the application bundle where you want it.
prefix.install 'src/djview.app'
end
-
- def caveats; <<-EOS
- djview.app was installed in:
- #{opt_prefix}
-
- To symlink into ~/Applications, you can do:
- brew linkapps
- EOS
- end
end