mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
076ac16524
PR: ports/143934 Submitted by: Mikolaj Golub <to.my.trociny at gmail.com> Feature safe: yes
7 lines
526 B
Plaintext
7 lines
526 B
Plaintext
bin/gather
|
|
@unexec if cmp -s %D/etc/gather/gather.cfg.sample %D/etc/gather/gather.cfg; then rm -f %D/etc/gather/gather.cfg; else echo "If permanently deleting this package, %D/etc/gather/gather.cfg must be removed manually."; fi
|
|
etc/gather/gather.cfg.sample
|
|
@unexec if cmp -s %D/etc/gather/gather.map.sample %D/etc/gather/gather.map; then rm -f %D/etc/gather/gather.map; else echo "If permanently deleting this package, %D/etc/gather/gather.map must be removed manually."; fi
|
|
etc/gather/gather.map.sample
|
|
@dirrmtry etc/gather
|