diff options
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 |
commit | bccd89d5458cfe4c666672b17bf1abdfd11c4340 (patch) | |
tree | 00a8ac790cfe0a0d07cd58f998d58206bff52ad1 /system/rmw/doinst.sh | |
parent | eaa6328159b89455754c69d29d1782266cfbd82b (diff) |
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.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/rmw/doinst.sh b/system/rmw/doinst.sh new file mode 100644 index 0000000000000..51a97b4ab0845 --- /dev/null +++ b/system/rmw/doinst.sh @@ -0,0 +1,4 @@ +DEPRECATED="etc/rmwrc" +if [ -f "$DEPRECATED" ]; then + rm "$DEPRECATED" +fi |