Packages: pkginfo is used by CRUX and JanusLinux
This commit is contained in:
parent
b8eb8fbaa7
commit
8ee4710225
2
neofetch
2
neofetch
|
@ -1274,6 +1274,7 @@ get_packages() {
|
|||
has "sorcery" && tot gaze installed
|
||||
has "alps" && tot alps showinstalled
|
||||
has "butch" && tot butch list
|
||||
has "pkginfo" && tot pkginfo -i
|
||||
|
||||
# Counting files/dirs.
|
||||
has "emerge" && dir /var/db/pkg/*/*/
|
||||
|
@ -1291,7 +1292,6 @@ get_packages() {
|
|||
|
||||
case "$kernel_name" in
|
||||
"FreeBSD") has "pkg" && tot pkg info ;;
|
||||
"SunOS") has "pkginfo" && tot pkginfo -i ;;
|
||||
*)
|
||||
has "pkg" && dir /var/db/pkg/*
|
||||
|
||||
|
|
Reference in New Issue