#!/bin/bash

set -e

PKGNAME=config-monrun-cassandra
DATADIR=/usr/share
YCONFDIR=${DATADIR}/yandex-configs/${PKGNAME}


case "$1" in
    remove)

        #DEBHELPER#

    ;;  

esac


exit 0

