prerm revision b1dce270ec218b8ad86ce6d745d295da038a5c88
set -e
# Pre rm script
# Stops the service.
# Deletes the service.
# Unlink the symlink to the process ID if it exists.
# Stops the server
# Only if the instance has been configured
if [ "$1" = "remove" ] && ( [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ] )
then
fi
# End prem script