diff options
Diffstat (limited to 'debian/openssh-client.postinst')
-rw-r--r-- | debian/openssh-client.postinst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/openssh-client.postinst b/debian/openssh-client.postinst index cff282d70..2f884b7b7 100644 --- a/debian/openssh-client.postinst +++ b/debian/openssh-client.postinst | |||
@@ -94,13 +94,6 @@ set_ssh_agent_permissions() { | |||
94 | fi | 94 | fi |
95 | } | 95 | } |
96 | 96 | ||
97 | commit_transfer_conffile () { | ||
98 | CONFFILE="$1" | ||
99 | if [ -e "$CONFFILE.moved-by-preinst" ]; then | ||
100 | rm -f "$CONFFILE.moved-by-preinst" | ||
101 | fi | ||
102 | } | ||
103 | |||
104 | 97 | ||
105 | fix_rsh_diversion | 98 | fix_rsh_diversion |
106 | create_alternatives | 99 | create_alternatives |
@@ -109,7 +102,5 @@ if [ "$2" = "1:3.5p1-1" ]; then | |||
109 | fix_ssh_group | 102 | fix_ssh_group |
110 | fi | 103 | fi |
111 | set_ssh_agent_permissions | 104 | set_ssh_agent_permissions |
112 | commit_transfer_conffile /etc/ssh/moduli | ||
113 | commit_transfer_conffile /etc/ssh/ssh_config | ||
114 | 105 | ||
115 | exit 0 | 106 | exit 0 |