post_install() {
  usr/bin/update-ca-trust
}

post_upgrade() {
  post_install
}

pre_remove() {
  post_install
}