#!/bin/sh -e

if [ "$1" = "remove" ]; then
	update-alternatives --remove zookeeper-conf /etc/zookeeper/zxzk_conf
fi

