#! /usr/bin/perl


###############################################################################
#
# Remove the inted setting when purging this package.
#

if ($ARGV[0] eq "purge") {
	system 'update-inetd --remove "#?gnats.*"';
}
