#!/bin/bash
if [ -f /Library/LaunchDaemons/com.tigisoftware.filza.helper.plist ]
then
	launchctl unload /Library/LaunchDaemons/com.tigisoftware.filza.helper.plist
fi
if [ -f /var/jb/Library/LaunchDaemons/com.tigisoftware.filza.helper.plist ]
then
        launchctl unload /var/jb/Library/LaunchDaemons/com.tigisoftware.filza.helper.plist
fi
