diff options
| author | Adam Vandenberg | 2012-09-08 12:19:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-09 13:02:48 -0700 |
| commit | 7334e4b99027f932b73e8234f1a3585b468f0b60 (patch) | |
| tree | 248b1250df526e442eb50ecc9fb57aecc07e1954 /Library/Formula/selenium-server-standalone.rb | |
| parent | ac59720b272ea5d69a56af218f828f2c2eef4781 (diff) | |
| download | homebrew-7334e4b99027f932b73e8234f1a3585b468f0b60.tar.bz2 | |
Let plists be installed automatically
Diffstat (limited to 'Library/Formula/selenium-server-standalone.rb')
| -rw-r--r-- | Library/Formula/selenium-server-standalone.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb index d6376bceb..e0c6476eb 100644 --- a/Library/Formula/selenium-server-standalone.rb +++ b/Library/Formula/selenium-server-standalone.rb @@ -7,8 +7,6 @@ class SeleniumServerStandalone < Formula def install prefix.install "selenium-server-standalone-#{version}.jar" - plist_path.write startup_plist - plist_path.chmod 0644 end def caveats; <<-EOS |
