summarylogtreecommitdiffstats
path: root/rtcwcoop-git.install
diff options
context:
space:
mode:
authormaz-12015-10-27 12:30:56 +0800
committermaz-12015-10-27 12:30:56 +0800
commit3c5dd2a845123eac1f8115d7d0bf7c1f3664a60f (patch)
treecc0ddd023f116fa8c050401a4b5b0cce9cc9c15c /rtcwcoop-git.install
downloadaur-3c5dd2a845123eac1f8115d7d0bf7c1f3664a60f.tar.gz
init
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 $*
+