#!/bin/sh
#
# postremove for Bacula
#
if [ ! -d /var/bacula ]; then
    rm -rf /var/bacula
fi

exit 0
