#!/bin/sh

cd "${INSTALL_PATH}"

$SHELL servicestop.sh

$SHELL servicedelete.sh

if [ -f "SAGE ERP X3 EULA FR".txt ]; then rm -f "SAGE ERP"*.txt; fi
if [ -f "SAGE ERP X3 EULA FR".htm ]; then rm -f "SAGE ERP"*.htm; fi

exit 0
