summaryrefslogtreecommitdiffstats
path: root/scripts/postinst-intercepts/update_gio_module_cache
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/postinst-intercepts/update_gio_module_cache')
-rw-r--r--scripts/postinst-intercepts/update_gio_module_cache11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/postinst-intercepts/update_gio_module_cache b/scripts/postinst-intercepts/update_gio_module_cache
deleted file mode 100644
index c87fa85db9..0000000000
--- a/scripts/postinst-intercepts/update_gio_module_cache
+++ /dev/null
@@ -1,11 +0,0 @@
1#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4#
5
6set -e
7
8PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D $D${libexecdir}/${binprefix}gio-querymodules $D${libdir}/gio/modules/
9
10[ ! -e $D${libdir}/gio/modules/giomodule.cache ] ||
11 chown root:root $D${libdir}/gio/modules/giomodule.cache