c717e128f0
PR: ports/65974 Submitted by: <freebsd@simplerezo.com> (maintainer)
18 lines
825 B
Plaintext
18 lines
825 B
Plaintext
@comment $FreeBSD$
|
|
bin/qmail-scanner-queue.pl
|
|
bin/qs2mrtg.pl
|
|
share/examples/qs2mrtg/mrtg-qmail-scanner.cfg
|
|
%%SPOOLDIR%%/quarantine-attachments.sample
|
|
%%SPOOLDIR%%/quarantine-attachments.txt
|
|
@unexec rmdir share/examples/qs2mrtg 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives/cur 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives/new 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/archives 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/cur 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/new 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/quarantine 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%%/tmp 2>/dev/null || true
|
|
@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true
|