You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!(options->disabled&FF_PACKAGES_FLAG_PACMAN_BIT)) packageCounts->pacman+=getNumElements(baseDir, "/var/lib/pacman/local", true);
456
+
if (!(options->disabled&FF_PACKAGES_FLAG_PACMAN_BIT)) packageCounts->pacman+=getPacmanPackages(baseDir);
430
457
if (!(options->disabled&FF_PACKAGES_FLAG_LPKGBUILD_BIT)) packageCounts->lpkgbuild+=getNumElements(baseDir, "/opt/Loc-OS-LPKG/lpkgbuild/remove", false);
431
458
if (!(options->disabled&FF_PACKAGES_FLAG_PKGTOOL_BIT)) packageCounts->pkgtool+=getNumElements(baseDir, "/var/log/packages", false);
432
459
if (!(options->disabled&FF_PACKAGES_FLAG_RPM_BIT))
0 commit comments