mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Packages: pkginfo is used by CRUX and JanusLinux
This commit is contained in:
2
neofetch
2
neofetch
@@ -1274,6 +1274,7 @@ get_packages() {
|
|||||||
has "sorcery" && tot gaze installed
|
has "sorcery" && tot gaze installed
|
||||||
has "alps" && tot alps showinstalled
|
has "alps" && tot alps showinstalled
|
||||||
has "butch" && tot butch list
|
has "butch" && tot butch list
|
||||||
|
has "pkginfo" && tot pkginfo -i
|
||||||
|
|
||||||
# Counting files/dirs.
|
# Counting files/dirs.
|
||||||
has "emerge" && dir /var/db/pkg/*/*/
|
has "emerge" && dir /var/db/pkg/*/*/
|
||||||
@@ -1291,7 +1292,6 @@ get_packages() {
|
|||||||
|
|
||||||
case "$kernel_name" in
|
case "$kernel_name" in
|
||||||
"FreeBSD") has "pkg" && tot pkg info ;;
|
"FreeBSD") has "pkg" && tot pkg info ;;
|
||||||
"SunOS") has "pkginfo" && tot pkginfo -i ;;
|
|
||||||
*)
|
*)
|
||||||
has "pkg" && dir /var/db/pkg/*
|
has "pkg" && dir /var/db/pkg/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user