[mate-themes] 05/07: debian/mate-themes.prerm: Remove update-alternatives for x-cursor-theme.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Fri Mar 30 09:38:07 UTC 2018
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-themes.
commit c944d2c5f1ec7eb1ea848e3ca0f06fbf106daab1
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Thu Mar 29 15:42:57 2018 +0100
debian/mate-themes.prerm: Remove update-alternatives for x-cursor-theme.
---
debian/mate-themes.prerm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/mate-themes.prerm b/debian/mate-themes.prerm
index a047eb0..3e3d79f 100755
--- a/debian/mate-themes.prerm
+++ b/debian/mate-themes.prerm
@@ -2,6 +2,11 @@
set -e
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
+ update-alternatives --remove x-cursor-theme \
+ /usr/share/icons/mate/cursor.theme
+ update-alternatives --remove x-cursor-theme \
+ /usr/share/icons/mate-black/cursor.theme
+
rm -f /usr/share/icons/ContrastHigh/icon-theme.cache
# FIXME: The below removals have to stay until stretch+1.
# See https://bugs.debian.org/792841
--
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