guicurses/guicurses_0.5/DEBIAN/postrm
2017-03-30 14:51:34 +00:00

13 lines
228 B
Bash
Executable File

#!/bin/bash
# Post removal script.
# This script runs after removing the package
set -e
#if test -e /usr/share/NVDARemoteServer
#then
#rm -rf /usr/share/NVDARemoteServer
#fi
#systemctl daemon-reload
set +e
exit 0