summaryrefslogtreecommitdiffstats
path: root/system/rmw/doinst.sh
diff options
context:
space:
mode:
author Andy Alt <andy400-dev@yahoo.com>2019-08-17 19:40:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-17 19:40:53 +0700
commitbccd89d5458cfe4c666672b17bf1abdfd11c4340 (patch)
tree00a8ac790cfe0a0d07cd58f998d58206bff52ad1 /system/rmw/doinst.sh
parenteaa6328159b89455754c69d29d1782266cfbd82b (diff)
downloadslackbuilds-bccd89d5458cfe4c666672b17bf1abdfd11c4340.tar.gz
slackbuilds-bccd89d5458cfe4c666672b17bf1abdfd11c4340.tar.xz
system/rmw: Updated for version 0.7.04.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rmw/doinst.sh')
-rw-r--r--system/rmw/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/rmw/doinst.sh b/system/rmw/doinst.sh
new file mode 100644
index 0000000000..51a97b4ab0
--- /dev/null
+++ b/system/rmw/doinst.sh
@@ -0,0 +1,4 @@
+DEPRECATED="etc/rmwrc"
+if [ -f "$DEPRECATED" ]; then
+ rm "$DEPRECATED"
+fi