Clean package cache automatically

This commit is contained in:
Kivi Kaitaniemi
2024-05-17 00:17:28 +03:00
parent 0b45e8a175
commit 475e2b73db
3 changed files with 74 additions and 11 deletions
+3
View File
@@ -146,6 +146,9 @@ decman.config.aur_rpc_timeout = 30
# Enable installing and upgrading foreign packages.
decman.config.enable_fpm = True
# Number of package files per package kept in the cache
decman.config.number_of_packages_stored_in_cache = 3
# Changing the default commands decman uses for things is a bit more complex.
# Create a child class of the decman.config.Commands class and override methods.