The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gdk-pixbuf / S26gdk-pixbuf
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/gdk-pixbuf/S26gdk-pixbuf b/cirros-testvm/src-cirros/buildroot-2015.05/package/gdk-pixbuf/S26gdk-pixbuf
new file mode 100644 (file)
index 0000000..82b7944
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# run gdk-pixbuf-query-loaders if needed
+
+FILE=/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
+
+case "$1" in
+    start|"")
+       if [ ! -f "$FILE" ] ; then
+           /usr/bin/gdk-pixbuf-query-loaders --update-cache
+       fi
+       ;;
+    stop)
+       ;;
+    *)
+       echo "Usage: $0 {start|stop}" >&2
+       exit 1
+       ;;
+esac