7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Package Center will call this script before uninstalling the old version of your package
|
||
|
|
||
|
exit 0
|
||
|
|