#! /bin/sh
set -e

#DEBHELPER#

case "$1" in
  remove|deconfigure|failed-upgrade)
    update-alternatives --remove x-cursor-theme \
	/usr/share/themes/Human/cursor.theme
  ;;
esac

rm -f /usr/share/icons/Human/icon-theme.cache
