#! /bin/sh
set -e

if [ "$1" = purge ]; then
    rmdir -p --ignore-fail-on-non-empty /etc/gnome/config
fi

#DEBHELPER#

exit 0
