Update: Corrected variable for copt gnome flashback
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
aeb52617cc
commit
2d2ebf5478
|
@ -99,7 +99,7 @@ def kill_old_iso():
|
||||||
""" Delete older ISOs"""
|
""" Delete older ISOs"""
|
||||||
base_path = BASE_DESTINATION
|
base_path = BASE_DESTINATION
|
||||||
arch_list = ['deb32/', 'deb64/', 'debarm/', 'dev32/', 'dev64/', 'devarm/']
|
arch_list = ['deb32/', 'deb64/', 'debarm/', 'dev32/', 'dev64/', 'devarm/']
|
||||||
de_list = ['gnome-flashback', 'openbox', 'xfce']
|
de_list = ['gfb', 'openbox', 'xfce']
|
||||||
for archs in arch_list:
|
for archs in arch_list:
|
||||||
for desktops in de_list:
|
for desktops in de_list:
|
||||||
full_path = []
|
full_path = []
|
||||||
|
|
Loading…
Reference in New Issue