diff options
Diffstat (limited to 'scripts/postinst-intercepts/update_pixbuf_cache')
| -rw-r--r-- | scripts/postinst-intercepts/update_pixbuf_cache | 13 |
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 | |||
| 6 | set -e | ||
| 7 | |||
| 8 | export GDK_PIXBUF_MODULEDIR=$D${libdir}/gdk-pixbuf-2.0/2.10.0/loaders | ||
| 9 | export GDK_PIXBUF_FATAL_LOADER=1 | ||
| 10 | |||
| 11 | PSEUDO_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 | ||
