guicurses/guicurses_0.5/DEBIAN/prerm

9 lines
144 B
Plaintext
Raw Normal View History

2017-03-30 08:51:34 -06:00
#!/bin/bash
# Pre removal script.
# This script runs before removing the package
set -e
service NVDARemoteServer stop
#set +e
exit 0