Files
openstreetmap-mod_tile-pyth…/debian/libapache2-mod-tile.prerm
Frederik Ramm 5cf79c858b automatically add new munin plugins to munin if these packages are installed on a system that has munin on it.
if anyone knows how to make it so that the plugins get activated when a munin-node is installed *later*, that
would obviously be even cooler!
2009-10-20 18:01:26 +00:00

8 lines
125 B
Bash

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