summaryrefslogtreecommitdiffstats
path: root/usr/bin
diff options
context:
space:
mode:
authorDaniel Napora <napcok@gmail.com>2013-09-01 22:32:35 +0200
committerDaniel Napora <napcok@gmail.com>2013-09-01 22:32:35 +0200
commitab3a06469bff53dd1152afdb5bce72a28bac3d4c (patch)
tree43723a00dc77fd5caeed5d511444dba84b5ad4ff /usr/bin
downloadmageiawelcome-ab3a06469bff53dd1152afdb5bce72a28bac3d4c.tar
mageiawelcome-ab3a06469bff53dd1152afdb5bce72a28bac3d4c.tar.gz
mageiawelcome-ab3a06469bff53dd1152afdb5bce72a28bac3d4c.tar.bz2
mageiawelcome-ab3a06469bff53dd1152afdb5bce72a28bac3d4c.tar.xz
mageiawelcome-ab3a06469bff53dd1152afdb5bce72a28bac3d4c.zip
Initial commit0.7
Diffstat (limited to 'usr/bin')
-rwxr-xr-xusr/bin/mageiawelcome8
-rwxr-xr-xusr/bin/mageiawelcome-launcher8
2 files changed, 16 insertions, 0 deletions
diff --git a/usr/bin/mageiawelcome b/usr/bin/mageiawelcome
new file mode 100755
index 0000000..d36db20
--- /dev/null
+++ b/usr/bin/mageiawelcome
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+import os
+
+os.system("python /usr/lib/mageiawelcome/mageiawelcome.py")
+
+
+
diff --git a/usr/bin/mageiawelcome-launcher b/usr/bin/mageiawelcome-launcher
new file mode 100755
index 0000000..4df3f06
--- /dev/null
+++ b/usr/bin/mageiawelcome-launcher
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+import os
+from user import home
+
+if (not os.path.exists(home + "/.mageiawelcome/norun.flag")) and (not os.path.exists("/usr/sbin/draklive-install")):
+ os.system("mageiawelcome")
+