blob: 4df3f06b4125fd1352f3293232b484651531ea6a (
plain)
1
2
3
4
5
6
7
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")
|