#!/bin/sh
[ "$1" = "remove" ] || [ "$1" = "purge" ] && /bin/launchctl unload /Library/LaunchDaemons/com.openssh.sshd.plist
exit 0
