pkgs: support for solus

This commit is contained in:
Dylan Araps 2019-11-18 15:56:21 +00:00
parent 4f7617208d
commit 4524a3cc0a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

1
pfetch
View File

@ -452,6 +452,7 @@ get_pkgs() {
has brew && printf '%s\n' "$(brew --cellar)/"*
has emerge && printf '%s\n' /var/db/pkg/*/*/
has pkgtool && printf '%s\n' /var/log/packages/*
has eopkg && printf '%s\n' /var/lib/eopkg/package/*
# 'nix' requires two commands.
has nix-store && {