aboutsummarylogtreecommitdiffstats
path: root/ca-certificates-icp_br.install
diff options
context:
space:
mode:
Diffstat (limited to 'ca-certificates-icp_br.install')
-rw-r--r--ca-certificates-icp_br.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/ca-certificates-icp_br.install b/ca-certificates-icp_br.install
new file mode 100644
index 000000000000..3f1fea1948a4
--- /dev/null
+++ b/ca-certificates-icp_br.install
@@ -0,0 +1,17 @@
+
+msg(){
+ echo -e "==>  ${@}"
+}
+
+post_install(){
+ msg "Updating CA certificates..."
+ /usr/bin/update-ca-trust > /dev/null 2>&1
+}
+
+post_upgrade(){
+ post_install
+}
+
+post_remove(){
+ post_install
+}