#!/bin/bash

set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
  update-alternatives --remove start-here.svg /usr/share/icons/PointLinux-Faenza/places/scalable/start-here.svg
  for DIR in PointLinux-Faenza PointLinux-Faenza-Dark; do
    rm -f /usr/share/icons/$DIR/icon-theme.cache
  done
fi