new/yocto/poky/scripts/postinst-intercepts/update_gio_module_cache

12 lines
280 B
Plaintext
Raw Permalink Normal View History

2025-05-10 21:58:58 +08:00
#!/bin/sh
#
# SPDX-License-Identifier: MIT
#
set -e
PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D $D${libexecdir}/${binprefix}gio-querymodules $D${libdir}/gio/modules/
[ ! -e $D${libdir}/gio/modules/giomodule.cache ] ||
chown root:root $D${libdir}/gio/modules/giomodule.cache