#! /bin/sh
set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
  rm -f /usr/share/icons/mate/icon-theme.cache
fi

#DEBHELPER#
