Merge pull request #1285 from protonesso/kagami
add support for kagami package manager
This commit is contained in:
commit
20af720829
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -1351,6 +1351,7 @@ get_packages() {
|
|||
has "eopkg" && dir ${br_prefix}/var/lib/eopkg/package/*
|
||||
has "crew" && dir ${br_prefix}/usr/local/etc/crew/meta/*.filelist
|
||||
has "pkgtool" && dir ${br_prefix}/var/log/packages/*
|
||||
has "kagami" && dir ${br_prefix}/var/lib/kagami/pkgs/*
|
||||
has "cave" && dir ${br_prefix}/var/db/paludis/repositories/cross-installed/*/data/*/ \
|
||||
${br_prefix}/var/db/paludis/repositories/installed/data/*/
|
||||
shopt -u nullglob
|
||||
|
|
Loading…
Reference in a new issue