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);
429
427
if (!(options->disabled&FF_PACKAGES_FLAG_LPKGBUILD_BIT)) packageCounts->lpkgbuild+=getNumElements(baseDir, "/opt/Loc-OS-LPKG/lpkgbuild/remove", false);
430
428
if (!(options->disabled&FF_PACKAGES_FLAG_PKGTOOL_BIT)) packageCounts->pkgtool+=getNumElements(baseDir, "/var/log/packages", false);
0 commit comments