# Removing service on package removal.

if [ "$1" = "purge" ] ; then
  update-rc.d -f pacemaker remove >/dev/null || exit $?
fi

