#!/bin/sh

PACKAGELOCATION="/usr/local/zy-pkgs"

if [ -e ${PACKAGELOCATION}/gui/pyLoad ]; then
	/bin/rm -r ${PACKAGELOCATION}/gui/pyLoad
fi

exit 0