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