summaryrefslogtreecommitdiffstats
path: root/usr/bin
diff options
context:
space:
mode:
authorDaniel Napora <napcok@gmail.com>2015-02-17 15:38:27 +0100
committerDaniel Napora <napcok@gmail.com>2015-02-17 15:38:27 +0100
commit48a0fdcc133ed96e0d5c815411ccf347234ff79a (patch)
treec0477a927956bfa8fb13f42d06d94236fd35b48b /usr/bin
parent9b23e683618ea98269cad90d15dc67b3253cb916 (diff)
downloadmageiawelcome-48a0fdcc133ed96e0d5c815411ccf347234ff79a.tar
mageiawelcome-48a0fdcc133ed96e0d5c815411ccf347234ff79a.tar.gz
mageiawelcome-48a0fdcc133ed96e0d5c815411ccf347234ff79a.tar.bz2
mageiawelcome-48a0fdcc133ed96e0d5c815411ccf347234ff79a.tar.xz
mageiawelcome-48a0fdcc133ed96e0d5c815411ccf347234ff79a.zip
Autostart in liveCD/DVD, v. 0.8.130.8.13
Diffstat (limited to 'usr/bin')
-rwxr-xr-xusr/bin/mageiawelcome-launcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/bin/mageiawelcome-launcher b/usr/bin/mageiawelcome-launcher
index 4df3f06..8660fd0 100755
--- a/usr/bin/mageiawelcome-launcher
+++ b/usr/bin/mageiawelcome-launcher
@@ -3,6 +3,6 @@
import os
from user import home
-if (not os.path.exists(home + "/.mageiawelcome/norun.flag")) and (not os.path.exists("/usr/sbin/draklive-install")):
+if (not os.path.exists(home + "/.mageiawelcome/norun.flag")):
os.system("mageiawelcome")