mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-01 06:57:04 +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
|
||
|
}
|