File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -799,16 +799,20 @@ get_pkgs() {
799
799
has Compile && count_pkg compile 0 printf ' %s\n' /Programs/* /
800
800
has inary && count_pkg inary 0 printf ' %s\n' /var/lib/inary/package/*
801
801
has tekel && count_pkg tekel 0 printf ' %s\n' /data/app/" $USER " /* /data/app/system/*
802
- has crew && count_pkg chromebrew 0 printf ' %s\n' " ${CREW_PREFIX:-/ usr/ local} " /etc/crew/meta/* .filelist
802
+ has crew && count_pkg chromebrew 0 printf ' %s\n' \
803
+ " ${CREW_PREFIX:-/ usr/ local} " /etc/crew/meta/* .filelist
803
804
has scratch && count_pkg scratch 0 printf ' %s\n' /var/lib/scratchpkg/db/*
804
805
has kagami && count_pkg kagami 0 printf ' %s\n' /var/lib/kagami/pkgs/*
805
- has cave && count_pkg cave 0 printf ' %s\n' /var/db/paludis/repositories/cross-installed/* /data/* / /var/db/paludis/repositories/installed/data/* /
806
+ has cave && count_pkg cave 0 printf ' %s\n' \
807
+ /var/db/paludis/repositories/cross-installed/* /data/* / \
808
+ /var/db/paludis/repositories/installed/data/* /
806
809
has hardman && count_pkg hpkg 0 printf ' %s\n' /var/hpkg/packages/*
807
810
808
811
# List these last as they accompany regular package managers.
809
812
has spm && count_pkg spm 0 spm list -i
810
813
has puyo && count_pkg puyo 0 printf ' %s\n' ~ /.puyo/installed/*
811
814
815
+ [ -d /var/packages ] && count_pkg dsm 0 printf ' %s\n' /var/packages/*
812
816
813
817
has appimaged && count_pkg appimage 0 printf ' %s\n' " $HOME " /.local/bin/* .[Aa]pp[Ii]mage " $HOME " /Applications/* .[Aa]pp[Ii]mage
814
818
You can’t perform that action at this time.
0 commit comments