#!/bin/sh

if [ "x${1}" = 'xremove' ]; then
	/etc/init.d/dropbear stop
	/etc/init.d/dropbear disable
fi