summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/postinst b/debian/postinst
index 34fee95d8..10d61d86e 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -315,15 +315,6 @@ setup_startup
315setup_init 315setup_init
316 316
317 317
318# Automatically added by dh_installdocs
319if [ "$1" = "configure" ]; then
320 if [ -d /usr/doc -a ! -e /usr/doc/ssh -a -d /usr/share/doc/ssh ]; then
321 ln -sf ../share/doc/ssh /usr/doc/ssh
322 fi
323fi
324# End automatically added section
325
326
327[ -e /usr/share/debconf/confmodule ] && db_stop 318[ -e /usr/share/debconf/confmodule ] && db_stop
328 319
329exit 0 320exit 0