#! /bin/sh
set -e

#DEBHELPER#

if [ -d /etc/gnome/config ]; then
    rmdir -p --ignore-fail-on-non-empty /etc/gnome/config
fi

exit 0
