Updates
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
7bfef82350
commit
fc304b2a97
|
@ -177,11 +177,8 @@ def final_cleanup():
|
|||
Followed by "\" , add files to be removed, one per line.
|
||||
"""
|
||||
files_to_remove = [ "/usr/bin/install-debian",
|
||||
"/usr/share/applications/install-debian.desktop",
|
||||
"/usr/share/applications/xfburn.desktop",
|
||||
"/usr/share/applications/luakit.desktop",
|
||||
"/root/.cache/pip"
|
||||
]
|
||||
"/usr/share/applications/min.desktop"
|
||||
]
|
||||
for file_path in files_to_remove:
|
||||
if os.path.exists(file_path):
|
||||
os.system(f"rm -rf {file_path}")
|
||||
|
|
Loading…
Reference in New Issue