Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eopkg4-bin: Sync PackageKit Backend with git (#1914)
**Summary** Sync eopkg4-bin's PackageKit backend with latest git, which includes a fix for [broken quick successive operations](getsolus/PackageKit#3). **Test Plan** 1. Install eopkg4-bin (rel 10) from the repo 2. Install PackageKit 3. Install a package for testing (I'm partial to `0ad`, but use anything) 4. Attempt to remove and quickly reinstall a package with PackageKit: `pkcon remove 0ad; pkcon install 0ad` 5. See that no packages are found on attempted reinstall 6. Build and install the PRed `eopkg4-bin` package 7. Attempt to remove and quickly reinstall the package again: `pkcon remove 0ad; pkcon install 0ad` 8. See that it works now 9. Celebrate! **Checklist** - [x] Package was built and tested against unstable
- Loading branch information