Init: bootstrap package
All checks were successful
Build package / build-package (push) Successful in 7s

This commit is contained in:
2025-07-28 06:13:48 +08:00
commit 9276790f0c
6 changed files with 95 additions and 0 deletions

9
hl-base-env.install Normal file
View File

@@ -0,0 +1,9 @@
post_install() {
trust anchor --store /usr/share/hl-base-env/hl-rootca.crt
update-ca-trust
}
pre_remove() {
trust anchor --remove /usr/share/hl-base-env/hl-rootca.crt
update-ca-trust
}