[neon/kde/breeze/Neon/unstable] debian: faff around the update-alternatives

Carlos De Maine null at kde.org
Tue Mar 14 13:28:25 GMT 2023


Git commit f859091971fca028555b58899fdbe1626e060109 by Carlos De Maine.
Committed on 14/03/2023 at 13:28.
Pushed by carlosdem into branch 'Neon/unstable'.

faff around the update-alternatives

M  +1    -1    debian/breeze-cursor-theme.postinst
M  +1    -1    debian/breeze-cursor-theme.prerm

https://invent.kde.org/neon/kde/breeze/commit/f859091971fca028555b58899fdbe1626e060109

diff --git a/debian/breeze-cursor-theme.postinst b/debian/breeze-cursor-theme.postinst
index b52cf34..dc6bd50 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=/etc/X11/cursors
+ICONDIR=/usr/kf6/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 5686105..d098bdd 100644
--- a/debian/breeze-cursor-theme.prerm
+++ b/debian/breeze-cursor-theme.prerm
@@ -1,7 +1,7 @@
 #! /bin/sh
 set -e
 
-ICONDIR=/etc/X11/cursors
+ICONDIR=/usr/kf6/etc/X11/cursors
 
 case "$1" in
     remove|deconfigure|failed-upgrade)


More information about the Neon-commits mailing list