djview4: remove duplicated .app caveats.

This commit is contained in:
Mike McQuaid 2014-01-18 21:58:36 +00:00
parent 5c69a14d82
commit 562ac697de

View file

@ -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