Skip to content

Commit

Permalink
lighttpd: remove unneeded post_install.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Oct 10, 2013
1 parent 064c366 commit 41599db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/lighttpd.rb
Expand Up @@ -67,11 +67,8 @@ def install
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
Expand Down

0 comments on commit 41599db

Please sign in to comment.