#!/bin/bash

set -e

if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
  # Update dconf configuration
  /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
fi