1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-05-31 22:22:34 +02:00
doorlockd-mirror/arch/doorlockd.install
Ralf Ramsauer 82fd80b02d PKGBUILD: automatically deploy BKCA certificate
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
2018-10-06 21:51:37 +02:00

10 lines
156 B
Plaintext

post_install() {
echo "Running trust extract-compat"
trust extract-compat
}
post_remove() {
echo "Running trust extract-compat"
trust extract-compat
}