crops-yocto/poky/scripts/postinst-intercepts/update_gio_module_cache
2024-03-01 23:15:01 +01:00

12 lines
280 B
Bash

#!/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