1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-11-01 06:57:04 +01:00
doorlockd-mirror/arch/doorlockd.install

10 lines
156 B
Plaintext
Raw Normal View History

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