mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
packages: slackware support
This commit is contained in:
1
pfetch
1
pfetch
@@ -289,6 +289,7 @@ get_pkgs() {
|
|||||||
# Directories containing packages.
|
# Directories containing packages.
|
||||||
command -v brew && printf '%s\n' "$(brew --cellar)/"*
|
command -v brew && printf '%s\n' "$(brew --cellar)/"*
|
||||||
command -v emerge && printf '%s\n' /var/db/pkg/*/*/
|
command -v emerge && printf '%s\n' /var/db/pkg/*/*/
|
||||||
|
command -v pkgtool && printf '%s\n' /var/log/packages/*
|
||||||
|
|
||||||
# GUIX requires two commands.
|
# GUIX requires two commands.
|
||||||
command -v guix && {
|
command -v guix && {
|
||||||
|
|||||||
Reference in New Issue
Block a user