head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.02;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2010.03.09.22.34.07;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@#!/bin/sh
# $FreeBSD: head/security/clamav-unofficial-sigs/pkg-deinstall 300897 2012-07-14 14:29:18Z beat $

PATH="/bin:/sbin:/usr/bin:/usr/sbin"

if [ "$2" = "POST-DEINSTALL" ]; then

	echo "**********************************************************************"
	echo ""
	echo "In order to completely remove clamav-unofficial-sigs you need to"
	echo "completely remove its working directory and installed third-party"
	echo "signature databases from ClamAV's database directory."
	
	if [ -f "/var/db/clamav-unofficial-sigs/configs/purge.txt" ]; then
	
		echo ""
		echo "As a guide what needs to be removed you can take a look at the:"
		echo ""
		echo "/var/db/clamav-unofficial-sigs/configs/purge.txt"
		echo ""
		echo "file, which lists all files related to clamav-unofficial-sigs."
	fi
	
	echo ""
	echo "**********************************************************************"

fi

exit 0
@


1.1
log
@The clamav-unofficial-sigs script provides the capability to download, test,
and update the third-party ClamAV signature databases provided by
Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, INetMsg and ScamNailer.

PR:		ports/144509
Submitted by:	Marko Njezic <sf at maxempire.com>
@
text
@d2 1
a2 1
# $FreeBSD$
@

