packages: Fix DragonFlyBSD. Thanks pornguy

This commit is contained in:
Dylan Araps 2019-06-07 20:02:18 +03:00
parent 757a673252
commit 9320275a6e
1 changed files with 1 additions and 1 deletions

View File

@ -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/*