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

post_upgrade() {
	post_install
}

post_install() {
	trust extract-compat
}

pre_remove() {
	trust extract-compat
}