Files
openstreetmap-mod_tile-pyth…/debian/renderd.prerm

11 lines
144 B
Bash

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