From 9320275a6e06c0c5c1fcd6055b831f55a3ff70e7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 7 Jun 2019 20:02:18 +0300 Subject: [PATCH] packages: Fix DragonFlyBSD. Thanks pornguy --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 0c7d24fb..a3c30eca 100755 --- a/neofetch +++ b/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/*