#!/bin/sh -e

if [ "$1" = "purge" ]
then
	rm -rf /etc/ssh
fi

# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
	update-rc.d ssh remove >/dev/null
fi
# End automatically added section
# Automatically added by dh_suidregister
if [ -e /etc/suid.conf -a -x /usr/sbin/suidunregister ]; then
        suidunregister -s ssh /usr/bin/ssh1
fi
# End automatically added section
