#!/bin/sh
set -e

if [ -e /etc/dconf/db/site.d/00_edubuntu ]; then
  rm /etc/dconf/db/site.d/00_edubuntu
fi

if which dconf > /dev/null; then
    dconf update
fi

if [ -e /etc/profile.d/edubuntu.sh ]; then
  rm /etc/profile.d/edubuntu.sh
fi

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