From 48a0fdcc133ed96e0d5c815411ccf347234ff79a Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 17 Feb 2015 15:38:27 +0100 Subject: Autostart in liveCD/DVD, v. 0.8.13 --- Makefile | 2 +- usr/bin/mageiawelcome-launcher | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7f3a371..1a705bb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 0.8.12 +VERSION = 0.8.13 GITPATH = git://git.mageia.org/software/mageiawelcome TEXT_FILES = Makefile 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") -- cgit v1.2.1