summaryrefslogtreecommitdiff
path: root/app-misc/xmind/files/xmind-wrapper-3.5.3
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/xmind/files/xmind-wrapper-3.5.3
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/xmind/files/xmind-wrapper-3.5.3')
-rw-r--r--app-misc/xmind/files/xmind-wrapper-3.5.38
1 files changed, 0 insertions, 8 deletions
diff --git a/app-misc/xmind/files/xmind-wrapper-3.5.3 b/app-misc/xmind/files/xmind-wrapper-3.5.3
deleted file mode 100644
index b38ef1476246..000000000000
--- a/app-misc/xmind/files/xmind-wrapper-3.5.3
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-#XMind wrapper script, copies configuration stuff into the user's local config dir if either
-#the files aren't there or are older than the set in /opt (indicating that XMind has been upgraded)
-if [ ! -f ~/.xmind/configuration-cathy/config.ini -o ~/.xmind/configuration-cathy/config.ini -ot /opt/xmind/XMind/configuration/config.ini ]; then
- mkdir -p ~/.xmind/configuration-cathy
- cp -r /opt/xmind/XMind/configuration/* ~/.xmind/configuration-cathy/
-fi
-/opt/xmind/XMind/XMind "$@"