This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user