summaryrefslogtreecommitdiff
path: root/debian/ssh-askpass-gnome.prerm
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-31 00:29:32 +0000
committerColin Watson <cjwatson@debian.org>2005-05-31 00:29:32 +0000
commit31b943a36dfa6c071dafb436639d44614f1b50be (patch)
tree65e956b60e9a861d190808b897e36f4b9de097df /debian/ssh-askpass-gnome.prerm
parent76141d1a66ca046b7ff637f1b51ead6f6aebaec3 (diff)
Change libexecdir to /usr/lib/openssh, and fix up various alternatives and
configuration files to match (closes: #87900, #151321).
Diffstat (limited to 'debian/ssh-askpass-gnome.prerm')
-rw-r--r--debian/ssh-askpass-gnome.prerm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/ssh-askpass-gnome.prerm b/debian/ssh-askpass-gnome.prerm
index 6f3f5756d..e85f2d4a7 100644
--- a/debian/ssh-askpass-gnome.prerm
+++ b/debian/ssh-askpass-gnome.prerm
@@ -17,7 +17,7 @@ set -e
17 17
18case "$1" in 18case "$1" in
19 remove|deconfigure) 19 remove|deconfigure)
20 update-alternatives --quiet --remove ssh-askpass /usr/lib/ssh/gnome-ssh-askpass 20 update-alternatives --quiet --remove ssh-askpass /usr/lib/openssh/gnome-ssh-askpass
21# install-info --quiet --remove /usr/info/ssh-askpass.info.gz 21# install-info --quiet --remove /usr/info/ssh-askpass.info.gz
22 ;; 22 ;;
23 upgrade) 23 upgrade)