mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
10 lines
156 B
Plaintext
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
|
|
}
|