#!/bin/sh
set -e

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

#DEBHELPER#
