aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/percona-server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/percona-server.rb')
-rw-r--r--Library/Formula/percona-server.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb
index 275bf025e..472f26804 100644
--- a/Library/Formula/percona-server.rb
+++ b/Library/Formula/percona-server.rb
@@ -78,8 +78,6 @@ class PerconaServer < Formula
system "make"
system "make install"
- plist_path.write startup_plist
-
# Don't create databases inside of the prefix!
# See: https://github.com/mxcl/homebrew/issues/4975
rm_rf prefix+'data'