1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/qpkg/package_routines

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"
}