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
commitf24de69ae8f406be6367fa8b315e18036c68fd5f (patch)
tree1b8fcc0f7c62857659af64a476e02199dae52c0a /Library/Homebrew/cmd
parent5f69aa9cf930a41b21edc23da5d9f78b03ce728b (diff)
downloadhomebrew-f24de69ae8f406be6367fa8b315e18036c68fd5f.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