packages: Run flatpak/snap after regular package managers

This commit is contained in:
Dylan Araps 2018-06-04 06:41:39 +10:00
parent 982710fff0
commit c461704b36
1 changed files with 4 additions and 2 deletions

View File

@ -1261,8 +1261,6 @@ get_packages() {
has "sorcery" && tot gaze installed
has "alps" && tot alps showinstalled
has "butch" && tot butch list
has "flatpak" && tot flatpak list
has "snap" && tot snap list && ((packages-=1))
# Counting files/dirs.
has "emerge" && dir /var/db/pkg/*/*/
@ -1288,6 +1286,10 @@ get_packages() {
has "pkg" && tot pkg list
;;
esac
# List these last as they accompany regular package managers.
has "flatpak" && tot flatpak list
has "snap" && tot snap list && ((packages-=1))
;;
"Mac OS X" | "MINIX")