#!/bin/bash

if [ -d '/Where/Your/ApplicationIs' ]; then
	rm -rf "/Where/Your/ApplicationIs"
	rm -rf "/Library/Receipts/Installer.pkg"
	rm -rf "/Library/Receipts/Uninstaller.pkg"
fi