mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 19:35:15 -05:00
10 lines
350 B
Plaintext
10 lines
350 B
Plaintext
######################################################################
|
|
# Define any package specific operations that shall be performed when
|
|
# the package is installed.
|
|
######################################################################
|
|
|
|
pkg_post_install(){
|
|
mkdir -m 777 "$SYS_QPKG_DIR/data"
|
|
chown -R admin.administrators "$SYS_QPKG_DIR/data"
|
|
}
|