8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This script is run after the package files are transferred to @appstore.
|
|
# You can change the file permission and ownership in this script.
|
|
|
|
|
|
exit 0
|