#!/bin/sh action=$1 version=$2 if [ -d /etc/ssh-nonfree ] && [ ! -d /etc/ssh ]; then version=1.2.27 cp -a /etc/ssh-nonfree /etc/ssh fi # Source debconf library. . /usr/share/debconf/confmodule db_version 2.0 db_input medium ssh/SUID_client || true db_go exit 0