Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct package app status refresh for first boot
fixes bug introduced by 3d8b3e0 . the issue the runonce was trying to workaround was already resolved in 8813df9 (now slightly modified since then, but still achieving the same result). this was the root cause for the possibility of duplicated shlink clicks on first boot for already installed package apps. in addition, make refresh_all_pkgapp_status blocking for the preload-daemon since it is much faster than it once was. this will result in the generated listfiles always being up to date.
- Loading branch information