blob: 7c81f22a01ee56db94fd54ea12977081ca608042 [file] [view]
## Delay install script errors to install time
Previously, `gnome.post_install` might've caused a configure to fail
due to tools such as `update-desktop-database` not being installed or
due to an `exe_wrapper` missing when cross-building glib. Those
errors will now be delayed to install time, or not emitted at all
if installing with `DESTDIR` set, since then they'll be skipped.