#!/bin/bash

set -e
set -u

FINDBIN=$(cd -- "$(dirname "$0")" && pwd)
. "${FINDBIN}/common.sh"

rm -vf "${SANDBOX}/etc/munin-conf.d/rrdcached.conf"
