Testing: Bubbles Mod
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
f7d78e10d2
commit
ee14789ca5
|
@ -690,8 +690,10 @@ def readybuild():
|
||||||
rm_cmd = "sudo rm -r -f fusato"
|
rm_cmd = "sudo rm -r -f fusato"
|
||||||
os.system(rm_cmd)
|
os.system(rm_cmd)
|
||||||
os.makedirs('fusato')
|
os.makedirs('fusato')
|
||||||
|
inflate_bubble.set_fusato_structure
|
||||||
else:
|
else:
|
||||||
os.makedirs('fusato')
|
os.makedirs('fusato')
|
||||||
|
inflate_bubble.set_fusato_structure
|
||||||
|
|
||||||
|
|
||||||
class Decsions:
|
class Decsions:
|
||||||
|
|
|
@ -43,7 +43,7 @@ def set_fusato_structure():
|
||||||
'etc/skel/.config/autostart/',
|
'etc/skel/.config/autostart/',
|
||||||
'etc/lightdm/lightdm.conf.d/',
|
'etc/lightdm/lightdm.conf.d/',
|
||||||
]
|
]
|
||||||
os.chdir(HOME_FOLDER + '/fusato')
|
os.chdir(FUSATO_ROOT)
|
||||||
if os.path.exists('config'):
|
if os.path.exists('config'):
|
||||||
rm_cmd = "sudo rm -r -f config"
|
rm_cmd = "sudo rm -r -f config"
|
||||||
os.system(rm_cmd)
|
os.system(rm_cmd)
|
||||||
|
|
Loading…
Reference in New Issue