summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ca-certificates/ca-certificates.install
blob: bd3cf6d25374c4dbb97908f5aa574ded66790175 (plain)
1
2
3
4
5
6
7
post_install() {
	usr/sbin/update-ca-certificates --fresh  &> /dev/null
}

post_upgrade() {
	post_install
}