File: prerm

package info (click to toggle)
gnome-themes-extras 0.9.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 26,060 kB
  • ctags: 38
  • sloc: sh: 8,388; xml: 2,731; makefile: 1,587; ansic: 8
file content (8 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

#DEBHELPER#

for theme in gnomedev Lush Wasp Nuvola Amaranth Gorilla; do
    rm -f /usr/share/icons/${theme}/icon-theme.cache
done