aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2014-10-13 23:13:01 -0500
committerJack Nagel2014-10-13 23:13:01 -0500
commitb05351d0b2ded45824046d0d7b823e5149f59467 (patch)
tree00d765120bd15f34593bad8daf0acfc27e103ca6 /Library/Homebrew/cmd
parent634d67690bbb2f0d6520c2f87a1cf8c7e4ceb089 (diff)
downloadbrew-b05351d0b2ded45824046d0d7b823e5149f59467.tar.bz2
Reorganize post-install checks so we can share more code
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/audit.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index ce8c1e9db..380afc286 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -554,19 +554,6 @@ class FormulaAuditor
problem(output) if output
end
- def audit_installed
- audit_check_output(check_manpages)
- audit_check_output(check_infopages)
- audit_check_output(check_jars)
- audit_check_output(check_non_libraries)
- audit_check_output(check_non_executables(f.bin))
- audit_check_output(check_generic_executables(f.bin))
- audit_check_output(check_non_executables(f.sbin))
- audit_check_output(check_generic_executables(f.sbin))
- audit_check_output(check_shadowed_headers)
- audit_check_output(check_easy_install_pth(f.lib))
- end
-
def audit
audit_file
audit_specs