#!/bin/sh

case $STAGE in
DEINSTALL)
	@PY_MANAGE_EGGS@ unregister @FLUPEGG@
	;;
esac
