guicurses/guicurses_0.5/DEBIAN/postrm

13 lines
228 B
Plaintext
Raw Normal View History

2017-03-30 16:51:34 +02:00
#!/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