1 2 3 4 5 6 7 8 9
pre_remove() { /bin/true } post_remove() { echo ">>> To complete the uninstallation remove the RtCW data directory:" echo ">>> rm -r /opt/wolf-data/" echo ">>>" }