summarylogtreecommitdiffstats
path: root/ecce-gov-pt-certificates.install
blob: a77c2bfd8b04674de94e09a9d87a50320f398e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set -e

post_upgrade() {
	post_install
}

post_install() {
	update-ca-trust
}

pre_remove() {
	update-ca-trust
}