summaryrefslogtreecommitdiffstats
path: root/usr/bin/mageiawelcome-launcher
diff options
context:
space:
mode:
Diffstat (limited to 'usr/bin/mageiawelcome-launcher')
-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")