summaryrefslogtreecommitdiffstats
path: root/usr/bin/mageiawelcome-launcher
blob: 289bb9df23bfd3970dd4535c274ededeefc83e1e (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python3

import os
from user import home

if (not os.path.exists(home + "/.mageiawelcome/norun.flag")):
	os.system("mageiawelcome")