#!/bin/sh

# pre remove script for Debian GNU/Linux rbootd package

set -e

#DEBHELPER#

## Remove the local files dir if emtpy -- leave alone o/w
test ! -d /usr/local/lib/rbootd || rmdir /usr/local/lib/rbootd || true

