freebsd-ports/news/leafnode/pkg-plist
Matthias Andree 7099acd456 Make pkgNG happier.
Reported by:	miwi
2013-05-13 05:39:50 +00:00

30 lines
1.2 KiB
Text

@comment $FreeBSD$
bin/leafnode-version
bin/newsq
etc/leafnode/config.example
etc/leafnode/filters.example
etc/leafnode/nntp.rules.dist
etc/leafnode/run.tcpd.dist
etc/leafnode/run.tcpserver.dist
etc/leafnode/Makefile.dist
etc/leafnode/UNINSTALL-daemontools
sbin/leafnode
sbin/fetchnews
sbin/texpire
sbin/checkgroups
sbin/applyfilter
sbin/setup-daemontools.sh
@comment only remove these when empty:
@comment we don't want to kill the news spool across updates
@unexec rm -f %%SPOOLDIR%%/leaf.node/lock.file
@dirrmtry %%SPOOLDIR%%/failed.postings
@dirrmtry %%SPOOLDIR%%/leaf.node
@unexec rmdir %%SPOOLDIR%%/message.id/* 2>/dev/null || :
@dirrmtry %%SPOOLDIR%%/message.id
@dirrmtry %%SPOOLDIR%%/interesting.groups
@dirrmtry %%SPOOLDIR%%/out.going
@dirrmtry %%SPOOLDIR%%/temp.files
@dirrmtry %%SPOOLDIR%%
@unexec rmdir %D/var/spool %D/var %D/lib/leafnode 2>/dev/null || :
@dirrm etc/leafnode
@unexec if test -d "%%SPOOLDIR%%" || test -d "%D/etc/leafnode" ; then echo ; echo "==============================================================================" ; echo "If you want to remove leafnode for good, delete spool and configuration:" ; echo "type: rm -rf %D/etc/leafnode %%SPOOLDIR%%" ; echo "==============================================================================" ; fi