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

post_upgrade() {
	post_install
}