#!	/bin/sh
#
# postrm file for apcd

if [ "$1" = "purge" ]
then
   update-rc.d apcd remove >/dev/null
fi
