summarylogtreecommitdiffstats
path: root/rtcwcoop-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'rtcwcoop-git.install')
-rw-r--r--rtcwcoop-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/rtcwcoop-git.install b/rtcwcoop-git.install
new file mode 100644
index 000000000000..a30fc11073ab
--- /dev/null
+++ b/rtcwcoop-git.install
@@ -0,0 +1,14 @@
+pre_remove() {
+ /bin/true
+}
+
+post_remove() {
+ echo ">>> To complete the uninstallation remove the RtCW data directory:"
+ echo ">>> rm -r /opt/rtcwcoop/"
+ echo ">>>"
+}
+op=$1
+shift
+
+$op $*
+