[neon/kde/ksshaskpass/Neon/unstable] debian: add the /usr/kf6/bin path temporarily to get it to build

Carlos De Maine null at kde.org
Tue Mar 14 04:47:21 GMT 2023


Git commit 3c0c4f32c03204b11ae983ef0ffb8bb896814077 by Carlos De Maine.
Committed on 14/03/2023 at 04:47.
Pushed by carlosdem into branch 'Neon/unstable'.

add the /usr/kf6/bin path temporarily to get it to build

M  +1    -1    debian/postinst
M  +1    -1    debian/prerm

https://invent.kde.org/neon/kde/ksshaskpass/commit/3c0c4f32c03204b11ae983ef0ffb8bb896814077

diff --git a/debian/postinst b/debian/postinst
index c581458..7740245 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -21,7 +21,7 @@ set -e
 case "$1" in
     configure)
         update-alternatives --quiet \
-            --install /usr/bin/ssh-askpass ssh-askpass /usr/bin/ksshaskpass 35 \
+            --install /usr/bin/ssh-askpass ssh-askpass /usr/kf6/bin/ksshaskpass 35 \
 	    --slave /usr/share/man/man1/ssh-askpass.1.gz ssh-askpass.1.gz "/usr/share/man/man1/ksshaskpass.1.gz"
     ;;
 
diff --git a/debian/prerm b/debian/prerm
index 5b7c4c9..cbe4f05 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -19,7 +19,7 @@ set -e
 
 case "$1" in
     remove|deconfigure)
-      update-alternatives --quiet --remove ssh-askpass /usr/bin/ksshaskpass
+      update-alternatives --quiet --remove ssh-askpass /usr/kf6/bin/ksshaskpass
     ;;
 
     upgrade)


More information about the Neon-commits mailing list