rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | set -e | ||||
4 | |||||
5 | PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D $D${libexecdir}/${binprefix}gio-querymodules $D${libdir}/gio/modules/ | ||||
6 | |||||
7 | [ ! -e $D${libdir}/gio/modules/giomodule.cache ] || | ||||
8 | chown root:root $D${libdir}/gio/modules/giomodule.cache |