post_install() {
	usr/sbin/update-ca-certificates --fresh
}

post_upgrade() {
	post_install
}