#!/bin/sh
if [ -f /usr/bin/unicorn_helper ]; then
	/usr/bin/unicorn_helper --unregister
fi
exit 0
