#!/bin/bash
# Pre removal script.
# This script runs before removing the package
set -e
service NVDARemoteServer stop
#set +e
exit 0