[03:26] <Eickmeyer> OvenWerks: XD
[04:16] <Eickmeyer> OvenWerks: I was able to decrease the size of -wallpapers from 71MB to 17MB.
[04:17] <OvenWerks> That sounds like a good deal.
[05:01] <Eickmeyer> Everything else is still there in -wallpapers-legacy and -wallpapers-xenial.
[21:40] <Eickmeyer> OvenWerks: -installer is not behaving normally if a package was installed and then uninstalled. I checked and you're using "dpkg-query -W" which will return a false positive if the package was ever installed. Probably a better method would be to use "dpkg-query -S" which will return an error if the package is not installed as opposed to the null it's looking for.
[21:46] <Eickmeyer> Or maybe not. Either way, we need to figure out a better way to determine whether or not a particular package is installed.
[21:52] <Eickmeyer> Looks like purge needs to be used when removing packages, otherwise they don't show up in -installer.