mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Remove db path
This commit is contained in:
parent
33f1876729
commit
cff2bb79e7
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ class Configs:
|
||||||
download_only_path: Path = Path(tmp_slpkg, '')
|
download_only_path: Path = Path(tmp_slpkg, '')
|
||||||
lib_path: Path = Path('/var/lib', prog_name)
|
lib_path: Path = Path('/var/lib', prog_name)
|
||||||
etc_path: Path = Path('/etc', prog_name)
|
etc_path: Path = Path('/etc', prog_name)
|
||||||
db_path: Path = Path(lib_path, 'database')
|
|
||||||
log_packages: Path = Path('/var', 'log', 'packages')
|
log_packages: Path = Path('/var', 'log', 'packages')
|
||||||
slpkg_log_path: Path = Path('/var/log/slpkg/')
|
slpkg_log_path: Path = Path('/var/log/slpkg/')
|
||||||
|
|
||||||
|
@ -143,7 +142,6 @@ class Configs:
|
||||||
|
|
||||||
# Creating the paths if not exists
|
# Creating the paths if not exists
|
||||||
paths = [
|
paths = [
|
||||||
db_path,
|
|
||||||
lib_path,
|
lib_path,
|
||||||
etc_path,
|
etc_path,
|
||||||
build_path,
|
build_path,
|
||||||
|
|
Loading…
Reference in a new issue