aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-10-07 15:34:49 +0100
committerMike McQuaid2013-10-10 16:46:48 +0100
commit3245b06414f89b8469d225a97f2121d337b57d5d (patch)
treee62b85a6e719e8b9f7be34dd8a9a440c96ef6f9b /Library/Formula
parent231d1e633c44bd480b0b562397b7d33b47262bdb (diff)
downloadhomebrew-3245b06414f89b8469d225a97f2121d337b57d5d.tar.bz2
lighttpd: remove unneeded post_install.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lighttpd.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/lighttpd.rb b/Library/Formula/lighttpd.rb
index 31a813dd6..d2481bf2a 100644
--- a/Library/Formula/lighttpd.rb
+++ b/Library/Formula/lighttpd.rb
@@ -67,11 +67,8 @@ class Lighttpd < Formula
s.sub!(/^server\.max-connections = .+$/,'server.max-connections = ' + (MAX_FDS / 2).to_s())
end
end
- end
- def post_install
log_path.mkpath
- www_path.mkpath
(www_path/'htdocs').mkpath
run_path.mkpath
end