mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
bin/scanhill
|
|
@unexec if cmp -s %D/etc/scanhill.conf-dist %D/etc/scanhill.conf; then rm -f %D/etc/scanhill.conf; fi
|
|
etc/scanhill.conf-dist
|
|
@exec [ -f %B/scanhill.conf ] || cp -f %B/%f %B/scanhill.conf
|