#!/usr/bin/python

import os
from user import home

if (not os.path.exists(home + "/.linuxmint/mintWelcome/norun.flag")) and (not os.path.exists("/usr/bin/ubiquity")) and (not os.path.exists("/usr/bin/live-installer")):
	os.system("mintwelcome")

