#!/bin/sh
#
# postrm script for rspfd
#
if [ purge = "$1" ] ; then
  update-rc.d rspfd remove > /dev/null
fi
