Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-05-21 15:19:39 +09:00
parent 7bfef82350
commit fc304b2a97
1 changed files with 2 additions and 5 deletions

View File

@ -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}")