diff options
| author | Jack Nagel | 2014-06-19 17:57:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-19 19:15:35 -0500 |
| commit | 110054b475be9c8d063e749c60b65f34d788ff8e (patch) | |
| tree | 61230dd64ffc419693513922fb54b88625280932 /Library/Homebrew/cmd/postinstall.rb | |
| parent | ff659e1fc2016d01e6490883d02d47029e4a7607 (diff) | |
| download | homebrew-110054b475be9c8d063e749c60b65f34d788ff8e.tar.bz2 | |
Remove more unused requires
Diffstat (limited to 'Library/Homebrew/cmd/postinstall.rb')
| -rw-r--r-- | Library/Homebrew/cmd/postinstall.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/postinstall.rb b/Library/Homebrew/cmd/postinstall.rb index d60416769..52a2c1d47 100644 --- a/Library/Homebrew/cmd/postinstall.rb +++ b/Library/Homebrew/cmd/postinstall.rb @@ -1,5 +1,3 @@ -require 'formula_installer' - module Homebrew def postinstall ARGV.formulae.each {|f| f.post_install } |
