#!/bin/bash
# 

if [ -f "~/Library/Preferences/com.apogee.Maestro.plist" ]; then
	rm ~/Library/Preferences/com.apogee.Maestro.plist
fi

if [ -d "/Applications/Maestro.app" ]; then
	rm -R /Applications/Maestro.app
fi
