diff --git a/slpkg/configs.py b/slpkg/configs.py index 79641e2f..f1c4a125 100644 --- a/slpkg/configs.py +++ b/slpkg/configs.py @@ -24,7 +24,6 @@ class Configs: download_only_path: Path = Path(tmp_slpkg, '') lib_path: Path = Path('/var/lib', prog_name) etc_path: Path = Path('/etc', prog_name) - db_path: Path = Path(lib_path, 'database') log_packages: Path = Path('/var', 'log', 'packages') slpkg_log_path: Path = Path('/var/log/slpkg/') @@ -143,7 +142,6 @@ class Configs: # Creating the paths if not exists paths = [ - db_path, lib_path, etc_path, build_path,