10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
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
|
|
}
|