File: prerm

package info (click to toggle)
mate-icon-theme 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 90,728 kB
  • sloc: makefile: 9,690; sh: 37
file content (8 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

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

#DEBHELPER#