#!/bin/sh
set -e
# Automatically added by dh_gconf
if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then
sudo -u gdm gconftool-2 --recursive-unset /desktop/gnome
	update-gconf-defaults
fi
# End automatically added section
