filebot/installer/spk/scripts/postinst

10 lines
170 B
Plaintext
Raw Normal View History

#!/bin/sh
# allow read/write in application home folder
2014-08-03 07:30:41 +00:00
mkdir -m 777 "$SYNOPKG_PKGDEST/data"
chown -R admin.users "$SYNOPKG_PKGDEST/data"
# return successfully
exit 0