#!/bin/sh
# cpanel - spamdconfig/uninstall                  Copyright(c) 2011 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cpanel license. Unauthorized copying is prohibited

rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/addon_spamdconf.cgi
rm -fv /scripts/spamd.options

if [ -e "/usr/local/cpanel/bin/unregister_appconfig" ]; then 
    /usr/local/cpanel/bin/unregister_appconfig appconfig/spamdconf.conf
else 
    rm -f /var/cpanel/apps/spamdconf.conf
fi

