[mate-themes] 04/07: debian/mate-themes.postinst: Add 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 036c365b6988b95f162f9c928fe3bcf3acb40561
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date: Thu Mar 29 15:41:57 2018 +0100
debian/mate-themes.postinst: Add update-alternatives for x-cursor-theme.
---
debian/mate-themes.postinst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/mate-themes.postinst b/debian/mate-themes.postinst
new file mode 100644
index 0000000..669cc96
--- /dev/null
+++ b/debian/mate-themes.postinst
@@ -0,0 +1,9 @@
+#! /bin/sh
+set -e
+
+#DEBHELPER#
+
+update-alternatives --install /usr/share/icons/default/index.theme \
+ x-cursor-theme /usr/share/icons/mate/cursor.theme 100
+update-alternatives --install /usr/share/icons/default/index.theme \
+ x-cursor-theme /usr/share/icons/mate-black/cursor.theme 30
--
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