diff options
Diffstat (limited to 'scripts/postinst-intercepts/update_pixbuf_cache')
-rw-r--r-- | scripts/postinst-intercepts/update_pixbuf_cache | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/postinst-intercepts/update_pixbuf_cache b/scripts/postinst-intercepts/update_pixbuf_cache index 95bf4f90a3..a8b4001069 100644 --- a/scripts/postinst-intercepts/update_pixbuf_cache +++ b/scripts/postinst-intercepts/update_pixbuf_cache | |||
@@ -4,8 +4,6 @@ export GDK_PIXBUF_MODULEDIR=$D${libdir}/gdk-pixbuf-2.0/2.10.0/loaders | |||
4 | export GDK_PIXBUF_FATAL_LOADER=1 | 4 | export GDK_PIXBUF_FATAL_LOADER=1 |
5 | 5 | ||
6 | PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\ | 6 | PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\ |
7 | $D${bindir}/gdk-pixbuf-query-loaders \ | 7 | $D${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders \ |
8 | >$GDK_PIXBUF_MODULEDIR/../loaders.cache && \ | 8 | >$GDK_PIXBUF_MODULEDIR/../loaders.cache && \ |
9 | sed -i -e "s:$D::g" $GDK_PIXBUF_MODULEDIR/../loaders.cache | 9 | sed -i -e "s:$D::g" $GDK_PIXBUF_MODULEDIR/../loaders.cache |
10 | |||
11 | |||