#!/bin/sh

  set -e
  update-rc.d -f apmonitord remove >/dev/null || exit $?

  exit 0