#!/bin/sh
set -e

if [ -f /usr/bin/dconf ]; then
    dconf update
fi

# Tag to allow some debhelper commands to inject relevant code
#DEBHELPER#
