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"
|
||||
os.system(rm_cmd)
|
||||
os.makedirs('fusato')
|
||||
inflate_bubble.set_fusato_structure
|
||||
else:
|
||||
os.makedirs('fusato')
|
||||
inflate_bubble.set_fusato_structure
|
||||
|
||||
|
||||
class Decsions:
|
||||
|
|
|
@ -43,7 +43,7 @@ def set_fusato_structure():
|
|||
'etc/skel/.config/autostart/',
|
||||
'etc/lightdm/lightdm.conf.d/',
|
||||
]
|
||||
os.chdir(HOME_FOLDER + '/fusato')
|
||||
os.chdir(FUSATO_ROOT)
|
||||
if os.path.exists('config'):
|
||||
rm_cmd = "sudo rm -r -f config"
|
||||
os.system(rm_cmd)
|
||||
|
|
Loading…
Reference in New Issue