summaryrefslogtreecommitdiffstats
path: root/scripts/postinst-intercepts/update_pixbuf_cache
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/postinst-intercepts/update_pixbuf_cache')
-rw-r--r--scripts/postinst-intercepts/update_pixbuf_cache13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/postinst-intercepts/update_pixbuf_cache b/scripts/postinst-intercepts/update_pixbuf_cache
deleted file mode 100644
index ea12814474..0000000000
--- a/scripts/postinst-intercepts/update_pixbuf_cache
+++ /dev/null
@@ -1,13 +0,0 @@
1#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4#
5
6set -e
7
8export GDK_PIXBUF_MODULEDIR=$D${libdir}/gdk-pixbuf-2.0/2.10.0/loaders
9export GDK_PIXBUF_FATAL_LOADER=1
10
11PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D $D${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders \
12 >$GDK_PIXBUF_MODULEDIR/../loaders.cache && \
13 sed -i -e "s:$D::g" $GDK_PIXBUF_MODULEDIR/../loaders.cache