summaryrefslogtreecommitdiffstats
path: root/extra/ca-certificates/post-install
blob: df72b9b403358cc7401c9e9e198cc3205072f96b (plain)
1
2
3
4
5
export LC_ALL=C

post_install() {
	usr/sbin/update-ca-certificates --fresh >/dev/null 2>&1
}