mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 14:31:04 -04: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"
|
||
|
}
|