#!/bin/sh
set -e

case "$1" in
  purge)
    rm -rf /var/run/lbnamed /var/lib/lbnamed
  ;;
esac

#DEBHELPER#
