aboutsummarylogtreecommitdiffstats
path: root/ca-certificates-icp_br.install
blob: 3f1fea1948a4033ff63742722638cfd2d20ae9dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}