#! /usr/bin/perl


###############################################################################
#
# Remove the 'gnats' info files from the master directory
#

system "install-info",
	"--remove",
	"--quiet",
	"/usr/info/send-pr.info";

system "install-info",
	"--remove",
	"--quiet",
	"/usr/info/gnats.info";
