#!/bin/sh

cd "${INSTALL_PATH}${FILE_SEPARATOR}syracuse"
rm -rf *.sh
rm -rf *.conf
rm -rf "agent/"
rm -rf *.service

exit 0