Skip to content

Commit

Permalink
Packages (Linux): rename am-user to appman
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Jan 8, 2025
1 parent 8b3017c commit 5567e6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/modules/packages/packages.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ void ffPrintPackages(FFPackagesOptions* options)
FF_PRINT_PACKAGE(paludis)
FF_PRINT_PACKAGE(winget)
FF_PRINT_PACKAGE(opkg)
FF_PRINT_PACKAGE_NAME(amSystem, counts.amUser ? "am-system" : "am")
FF_PRINT_PACKAGE_NAME(amUser, "am-user")
FF_PRINT_PACKAGE_NAME(amSystem, "am")
FF_PRINT_PACKAGE_NAME(amUser, "appman")
FF_PRINT_PACKAGE(sorcery)
FF_PRINT_PACKAGE(lpkg)
FF_PRINT_PACKAGE(lpkgbuild)
Expand Down Expand Up @@ -472,7 +472,7 @@ static FFModuleBaseInfo ffModuleInfo = {
{"Number of paludis packages", "paludis"},
{"Number of winget packages", "winget"},
{"Number of opkg packages", "opkg"},
{"Number of am packages", "am"},
{"Number of am-system packages", "am-system"},
{"Number of sorcery packages", "sorcery"},
{"Number of lpkg packages", "lpkg"},
{"Number of lpkgbuild packages", "lpkgbuild"},
Expand All @@ -483,6 +483,7 @@ static FFModuleBaseInfo ffModuleInfo = {
{"Number of pacstall packages", "pacstall"},
{"Number of mport packages", "mport"},
{"Number of qi packages", "qi"},
{"Number of am-user (aka appman) packages", "am-user"},
{"Total number of all nix packages", "nix-all"},
{"Total number of all flatpak app packages", "flatpak-all"},
{"Total number of all brew packages", "brew-all"},
Expand Down

0 comments on commit 5567e6c

Please sign in to comment.