8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Package Center will call this script after installing the new version of your package.
|
||
|
|
||
|
|
||
|
exit 0
|
||
|
|