On 2018/01/27 15:58, Christian Weisgerber wrote: > On 2018-01-25, Stuart Henderson <[email protected]> wrote: > > > Any thoughts on using "@exec %D/bin/update-desktop-database || true" (etc) > > and not listing the desktop-file-utils dep *only* for console apps? > > So the result of installing a set of packages depends on the > particular order you install them in?
I don't think it would actually - desktop-file-utils itself has its own "@exec %D/bin/update-desktop-database" line so the end result would be the same whichever order. But this is a good point which I hadn't considered.
