6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# This script is run before the package is removed.
|
||
|
|
||
|
exit 0
|