aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-11-18 15:56:21 +0000
committerDylan Araps <dylan.araps@gmail.com>2019-11-18 15:56:21 +0000
commit4524a3cc0a053d474973c7c002cefd26955f504a (patch)
treea05a57dab6ef0dfb22d8bef1f529c30beb8a6ea2
parent4f7617208d6c9b8ac6fae4763d0c81b25b9ac8a7 (diff)
downloadpfetch-4524a3cc0a053d474973c7c002cefd26955f504a.tar.gz
pkgs: support for solus
-rwxr-xr-xpfetch1
1 files changed, 1 insertions, 0 deletions
diff --git a/pfetch b/pfetch
index 0400473..938fc03 100755
--- a/pfetch
+++ b/pfetch
@@ -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 && {