#!/bin/bash
#
# Script to install Global LogIn item

/System/Library/Extensions/SymphonyPlugin.bundle/Contents/SymphonyPopUp.app/Contents/MacOS/LogInItem global remove /System/Library/Extensions/SymphonyPlugin.bundle/Contents/SymphonyPopUp.app
/System/Library/Extensions/SymphonyPlugin.bundle/Contents/SymphonyPopUp.app/Contents/MacOS/LogInItem global add /System/Library/Extensions/SymphonyPlugin.bundle/Contents/SymphonyPopUp.app

if [ -f "$HOME/Library/Preferences/com.apple.logic.pro.plist" ]; then
   defaults write com.apple.logic.pro SmallIOBuffer -bool YES
fi
