packages: Check brew on Linux

This commit is contained in:
Dawid Dziurla 2019-08-05 18:04:24 +02:00
parent 751f9059ee
commit ca32911336
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B
1 changed files with 1 additions and 0 deletions

View File

@ -1347,6 +1347,7 @@ get_packages() {
# shellcheck disable=SC2086
{
shopt -s nullglob
has "brew" && dir $(brew --cellar)/*
has "emerge" && dir ${br_prefix}/var/db/pkg/*/*/
has "Compile" && dir ${br_prefix}/Programs/*/
has "eopkg" && dir ${br_prefix}/var/lib/eopkg/package/*