summaryrefslogtreecommitdiff
path: root/debian/openssh-server.postinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/openssh-server.postinst.in')
-rw-r--r--debian/openssh-server.postinst.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/openssh-server.postinst.in b/debian/openssh-server.postinst.in
index 9869c9b48..3671d7ce6 100644
--- a/debian/openssh-server.postinst.in
+++ b/debian/openssh-server.postinst.in
@@ -479,6 +479,9 @@ if dpkg --compare-versions "$2" lt 1:5.5p1-6; then
479 rm -f /var/run/sshd/.placeholder 479 rm -f /var/run/sshd/.placeholder
480fi 480fi
481 481
482# Clean up old debconf templates.
483db_unregister ssh/use_old_init_script
484
482 485
483db_stop 486db_stop
484 487