File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 11[
2- // Formulae with supported post_install hooks.
3- " ca-certificates" , // does super complex rebuild of the certs which we should probs do lol
4- " openssl@3" ,
2+ // Formulae with post_install hooks that we either implement or can skip
3+ " ca-certificates" , // TODO does super complex rebuild of the certs which we should probs do lol
54 " glib" , // creates directory that we have due to consolidation
6- " shared-mime-info" , // NOBODY CARES
7- " libheif" // updates shared mime info and NOBODY CARES
5+ " shared-mime-info" , // TODO (like probs nobody cares though)
6+ " libheif" , // TODO updates shared mime info
7+ " fontconfig" , // TODO regenerates the font cache (probs is fine to not…?)
8+ " gnutls" , // TODO yeah we need to reimplement or do a more general fix for cert.pem checks
9+ " unbound" , // TODO https://github.com/Homebrew/homebrew-core/blob/61659a355b44ff685a0338c8ad9fa24e04575155/Formula/u/unbound.rb#L59
10+
11+ // leave last so we can add trailing commas to new entries above
12+ " openssl@3"
813]
You can’t perform that action at this time.
0 commit comments