#!/bin/sh
set -e

# The Vimix part is kept in the foreseeable future
# to handle package upgrading.
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
  for i in Vimix-Doder Vimix-Doder-dark; do
    rm -f "/usr/share/icons/${i}/icon-theme.cache"
  done
fi

#DEBHELPER#
