#!/bin/bash

#set -e
#echo "Running postinstall"

chown -R root:wheel /Library/Filesystems/transmitdisk.fs

chmod u+s /Library/Filesystems/transmitdisk.fs/Contents/Resources/load_osxfuse
chmod u+s /Library/Filesystems/transmitdisk.fs/Contents/Resources/mount_osxfuse

