Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug: update to packages file leaves app uninstalled
Scenario: packages file is changed, with packages added or removed. The app needs to be reinstalled. First manage uninstalls it, then the new app folder is copied to the main pi-apps/apps/ directory. Now the packages files match each other, so will_reinstall will now return 1, causing manage to skip install. Solution: only let this workaround skip an app uninstall.
- Loading branch information