jstalk: remove duplicated .app caveats.

This commit is contained in:
Mike McQuaid 2014-01-18 21:59:06 +00:00
parent 7175c467c7
commit e39ee25a23

View file

@ -21,21 +21,4 @@ class Jstalk < Formula
frameworks.install 'JSTalk.framework'
end
end
def caveats; <<-EOS.undent
Framework JSTalk was installed to:
#{frameworks}/JSTalk.framework
You may want to symlink this Framework to a standard OS X location,
such as:
mkdir ~/Frameworks
ln -s "#{frameworks}/JSTalk.framework" ~/Frameworks
JSTalk Editor.app was installed in:
#{prefix}
To symlink into ~/Applications, you can do:
brew linkapps
EOS
end
end