[mate-themes] 01/02: debian/mate-themes.prerm: Handle icon-theme.cache file removal. (Closes: #792841).

Mike Gabriel sunweaver at debian.org
Sat Jun 3 21:19:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch debian/jessie/updates
in repository mate-themes.

commit 7d533a876188d0e08a042f8513a326c783af7084
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jul 19 11:22:26 2015 +0200

    debian/mate-themes.prerm: Handle icon-theme.cache file removal. (Closes: #792841).
---
 debian/mate-themes.prerm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/mate-themes.prerm b/debian/mate-themes.prerm
new file mode 100755
index 0000000..93e8f12
--- /dev/null
+++ b/debian/mate-themes.prerm
@@ -0,0 +1,13 @@
+#! /bin/sh
+set -e
+
+if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
+  rm -f /usr/share/icons/ContrastHigh/icon-theme.cache
+  rm -f /usr/share/icons/ContrastHighLargePrint/icon-theme.cache
+  rm -f /usr/share/icons/ContrastHighLargePrintInverse/icon-theme.cache
+  rm -f /usr/share/icons/Fog/icon-theme.cache
+  rm -f /usr/share/icons/MateLargePrint/icon-theme.cache
+  rm -f /usr/share/icons/Quid/icon-theme.cache
+fi
+
+#DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-themes.git



More information about the pkg-mate-commits mailing list