summaryrefslogtreecommitdiff
path: root/debian/ssh-askpass-gnome.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ssh-askpass-gnome.postinst')
-rw-r--r--debian/ssh-askpass-gnome.postinst6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/ssh-askpass-gnome.postinst b/debian/ssh-askpass-gnome.postinst
index 3a52d3005..7441cca29 100644
--- a/debian/ssh-askpass-gnome.postinst
+++ b/debian/ssh-askpass-gnome.postinst
@@ -24,7 +24,11 @@ set -e
24 24
25case "$1" in 25case "$1" in
26 configure) 26 configure)
27 update-alternatives --quiet --install /usr/bin/ssh-askpass ssh-askpass /usr/lib/ssh/gnome-ssh-askpass 30 27 update-alternatives --quiet \
28 --install /usr/bin/ssh-askpass ssh-askpass \
29 /usr/lib/ssh/gnome-ssh-askpass 30 \
30 --slave /usr/share/man/man1/ssh-askpass.1.gz \
31 ssh-askpass.1.gz /usr/share/man/man1/gnome-ssh-askpass.1.gz
28 32
29 33
30 ;; 34 ;;