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

import os
home = os.getenv("HOME")

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