Merge pull request #1018 from konimex/agnosticpkg
Packages: Add support for Flatpak and Snap
This commit is contained in:
commit
982710fff0
2
neofetch
2
neofetch
|
@ -1261,6 +1261,8 @@ 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/*/*/
|
||||
|
|
Reference in New Issue