packages: Fix DragonFlyBSD. Thanks pornguy
This commit is contained in:
parent
757a673252
commit
9320275a6e
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1370,7 +1370,7 @@ get_packages() {
|
|||
has pkginfo && tot pkginfo -i
|
||||
|
||||
case "$kernel_name" in
|
||||
"FreeBSD") has "pkg" && tot pkg info ;;
|
||||
"FreeBSD"|"DragonFly") has "pkg" && tot pkg info ;;
|
||||
*)
|
||||
has "pkg" && dir /var/db/pkg/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue