#!/bin/sh
set -e
	glib-compile-schemas $D/usr/share/glib-2.0/schemas
if [ x"$D" = "x" ]; then
	if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
fi
