From ab3a06469bff53dd1152afdb5bce72a28bac3d4c Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sun, 1 Sep 2013 22:32:35 +0200 Subject: Initial commit --- usr/bin/mageiawelcome | 8 ++++++++ usr/bin/mageiawelcome-launcher | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100755 usr/bin/mageiawelcome create mode 100755 usr/bin/mageiawelcome-launcher (limited to 'usr/bin') 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") + -- cgit v1.2.1