summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-27 16:11:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-27 16:11:25 +0100
commit5626e11df19bd482d491de65b2cfda078d9b7abe (patch)
tree6bd8d922e31b77c67fa48dafeb338ba22bfb7cd3 /app-misc/xmind/files/xmind-wrapper-3.5.3
parentmedia-video/mpv: use optfeature fpr youtube-dl (diff)
downloadgentoo-5626e11df19bd482d491de65b2cfda078d9b7abe.tar.gz
gentoo-5626e11df19bd482d491de65b2cfda078d9b7abe.tar.bz2
gentoo-5626e11df19bd482d491de65b2cfda078d9b7abe.zip
app-misc/xmind: Drop 3.5.3.201506180105-r2
Closes: https://bugs.gentoo.org/764845 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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 "$@"