mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
bin/qmHandle
|
|
@unexec if cmp -s %D/etc/qmHandle.conf %D/etc/qmHandle.conf.sample; then rm -f %D/etc/qmHandle.conf; fi
|
|
etc/qmHandle.conf.sample
|
|
@exec [ -f %B/qmHandle.conf ] || cp %B/%f %B/qmHandle.conf
|