#!/bin/sh set -e case $1 in configure) glib-compile-schemas /usr/share/glib-2.0/schemas ;; *) echo "Nothing to do" ;; esac #DEBHELPER#