Skip to content

Commit 335d1cf

Browse files
committed
Cleanup flatpaks_installer.py
1 parent be7cdff commit 335d1cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/flatpaks_installer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,5 @@
6060
subprocess.run(['flatpak', 'install', '--user', 'flathub', app, '-y'])
6161
else:
6262
print('All Flatpak apps are installed.')
63-
64-
# Remove these directories in the cache folder after finishing operations
65-
os.system(f"rm -rf {CACHE_FLATPAK}/import_config")
66-
os.system(f"rm -rf {CACHE_FLATPAK}/syncing")
6763
else:
6864
print("Nothing to do.")

0 commit comments

Comments
 (0)