076ac16524
PR: ports/143934 Submitted by: Mikolaj Golub <to.my.trociny at gmail.com> Feature safe: yes
6 lines
526 B
Text
6 lines
526 B
Text
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
|