[neon/forks/breeze5/Neon/unstable] debian: Revert "faff around the update-alternatives"
Carlos De Maine
null at kde.org
Mon Mar 27 04:14:37 BST 2023
Git commit 8cdfe60e6b62532e76ae1c8d94165804988fa112 by Carlos De Maine.
Committed on 27/03/2023 at 03:14.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "faff around the update-alternatives"
This reverts commit f859091971fca028555b58899fdbe1626e060109
M +1 -1 debian/breeze-cursor-theme.postinst
M +1 -1 debian/breeze-cursor-theme.prerm
https://invent.kde.org/neon/forks/breeze5/commit/8cdfe60e6b62532e76ae1c8d94165804988fa112
diff --git a/debian/breeze-cursor-theme.postinst b/debian/breeze-cursor-theme.postinst
index dc6bd50..b52cf34 100644
--- a/debian/breeze-cursor-theme.postinst
+++ b/debian/breeze-cursor-theme.postinst
@@ -2,7 +2,7 @@
set -e
TARGET=/usr/share/icons/default/index.theme
-ICONDIR=/usr/kf6/etc/X11/cursors
+ICONDIR=/etc/X11/cursors
# breeze_cursors with 102 (DMZ+2) priority
update-alternatives --install $TARGET x-cursor-theme \
diff --git a/debian/breeze-cursor-theme.prerm b/debian/breeze-cursor-theme.prerm
index d098bdd..5686105 100644
--- a/debian/breeze-cursor-theme.prerm
+++ b/debian/breeze-cursor-theme.prerm
@@ -1,7 +1,7 @@
#! /bin/sh
set -e
-ICONDIR=/usr/kf6/etc/X11/cursors
+ICONDIR=/etc/X11/cursors
case "$1" in
remove|deconfigure|failed-upgrade)
More information about the Neon-commits
mailing list