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