freebsd-ports/security/retranslator/pkg-plist
Martin Wilke a7e75a5d14 The update utility is designed to download and save updates and modules
of the Kaspersky Lab's applications into a separate folder.

With the help of the utility you can download updates for selected
Kaspersky Lab's applications installed either in your network or at
a home PC. The utility has a function for saving downloaded updates
and autopatches in a local folder, a network folder connected as a
disc to the computer file system, or onto a flash-carrier.

WWW:	http://support.kaspersky.com/updater?level=2

PR:		ports/147116
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-06-05 21:22:25 +00:00

4 lines
249 B
Text

bin/retranslator
@unexec if cmp -s %D/etc/retranslator.conf.sample %D/etc/retranslator.conf; then rm -f %D/etc/retranslator.conf; fi
etc/retranslator.conf.sample
@exec if [ ! -f %D/etc/retranslator.conf ] ; then cp -p %D/%F %B/retranslator.conf; fi