diff --git a/python_modules/finish_cleanup.py b/python_modules/finish_cleanup.py index 17c49deb..ed1ab721 100644 --- a/python_modules/finish_cleanup.py +++ b/python_modules/finish_cleanup.py @@ -77,10 +77,10 @@ def check_build_type(): 'DEB.32gfb': ('deb', '32', 'GFB'), 'DEV.64gfb': ('dev', '64', 'GFB'), 'DEV.32gfb': ('dev', '32', 'GFB'), - 'DEB.64opb': ('deb', '64', 'OPENBOX'), - 'DEB.32opb': ('deb', '32', 'OPENBOX'), - 'DEV.64opb': ('dev', '64', 'OPENBOX'), - 'DEV.32opb': ('dev', '32', 'OPENBOX'), + 'DEB.64opb': ('deb', '64', 'OPB'), + 'DEB.32opb': ('deb', '32', 'OPB'), + 'DEV.64opb': ('dev', '64', 'OPB'), + 'DEV.32opb': ('dev', '32', 'OPB'), } @@ -103,7 +103,7 @@ def kill_old_iso(): """ Delete older ISOs""" base_path = BASE_DESTINATION arch_list = ['/deb32/', '/deb64/', '/debarm/', '/dev32/', '/dev64/', '/devarm/'] - de_list = ['gfb', 'openbox', 'xfce'] + de_list = ['gfb', 'opb', 'xfce'] for archs in arch_list: for desktops in de_list: full_path = []