mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
693259a191
Installing(/deinstalling) package slurp-1.10_1 causes any existing configuration file /usr/local/news/lib/slurp.sys to be overwritten(/deleted). Since this file may be quite long this is a considerable annoyance. Package should install a sample file instead, eg. /usr/local/news/lib/slurp.sys.sample PR: ports/40276 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
news/bin/slurp
|
|
news/lib/slurp.sys.sample
|
|
@unexec rmdir %D/news/lib 2> /dev/null || true
|
|
@unexec rmdir %D/news/bin 2> /dev/null || true
|
|
@unexec rmdir %D/news 2> /dev/null || true
|