#!/bin/sh # automatically remove munin plugins if [ -d /etc/munin/plugins ] then rm -f /etc/munin/plugins/renderd_* fi