[neon/kde/plasma-workspace/Neon/unstable] debian: get the path right

Carlos De Maine null at kde.org
Sat Mar 18 11:56:05 GMT 2023


Git commit 237c0916e4e282793929172b5d5af826ad4d5544 by Carlos De Maine.
Committed on 18/03/2023 at 11:56.
Pushed by carlosdem into branch 'Neon/unstable'.

get the path right

M  +1    -1    debian/plasma-workspace.postinst

https://invent.kde.org/neon/kde/plasma-workspace/commit/237c0916e4e282793929172b5d5af826ad4d5544

diff --git a/debian/plasma-workspace.postinst b/debian/plasma-workspace.postinst
index 5715b8e..63fd186 100644
--- a/debian/plasma-workspace.postinst
+++ b/debian/plasma-workspace.postinst
@@ -24,7 +24,7 @@ case "$1" in
 	update-alternatives --remove x-session-manager /usr/kf6/bin/startkde
 	# add the new
         update-alternatives --install /usr/bin/x-session-manager \
-	x-session-manager /usr/bin/kf6/startplasma-x11 40 #\
+	x-session-manager /usr/kf6/bin/startplasma-x11 40 #\
 	# startkde doesn't have manpage right now
 	#--slave /usr/share/man/man1/x-session-manager.1.gz \
 	#x-session-manager.1.gz "/usr/share/man/man1/startkde.1.gz"


More information about the Neon-commits mailing list