aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/packaging
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2014-10-12 16:01:41 +0200
committerMemphiz <memphis@machzwo.de>2014-10-19 21:35:01 +0200
commit43fed63a6edf312ef31be8e9d472f7935707cd03 (patch)
tree814c2754f9ed5680b778adfd2f69109141f5230d /tools/darwin/packaging
parent8e7686c8f74dec910af253055f9e3e5f99437d9c (diff)
[rebrand] - show migration info IF the configuration data was moved during installation and link the user to the wiki. Show this dialog only once.
Diffstat (limited to 'tools/darwin/packaging')
-rw-r--r--tools/darwin/packaging/migrate_to_kodi_ios.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/darwin/packaging/migrate_to_kodi_ios.sh.in b/tools/darwin/packaging/migrate_to_kodi_ios.sh.in
index e40f735cf0..be9155fa8c 100644
--- a/tools/darwin/packaging/migrate_to_kodi_ios.sh.in
+++ b/tools/darwin/packaging/migrate_to_kodi_ios.sh.in
@@ -18,6 +18,7 @@ function migrate_to_kodi () {
mv $XBMC_HOME $APP_HOME
chown -R mobile.mobile $APP_HOME
echo "Migration complete"
+ touch $APP_HOME/.kodi_data_was_migrated
}
needs_kodi_migration