Skip to content

Commit f5226e4

Browse files
committed
additional semi-safe post-install skips
1 parent 9bc37b9 commit f5226e4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

data/post_install_check_skip.jsonc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
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
]

0 commit comments

Comments
 (0)