aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-25 13:23:55 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-25 13:23:55 +0300
commit98c976f72dfe11f110ddf5a0fc4b63b65f459779 (patch)
tree96ea55a30796273033ae4508c34ecf3aa0bc721f
parentc4b1287a7a4050ce3ab645989db9a04bbd468182 (diff)
downloadpfetch-98c976f72dfe11f110ddf5a0fc4b63b65f459779.tar.gz
packages: slackware support
-rwxr-xr-xpfetch1
1 files changed, 1 insertions, 0 deletions
diff --git a/pfetch b/pfetch
index 209aa86..2b613ca 100755
--- a/pfetch
+++ b/pfetch
@@ -289,6 +289,7 @@ get_pkgs() {
# Directories containing packages.
command -v brew && printf '%s\n' "$(brew --cellar)/"*
command -v emerge && printf '%s\n' /var/db/pkg/*/*/
+ command -v pkgtool && printf '%s\n' /var/log/packages/*
# GUIX requires two commands.
command -v guix && {