freebsd-ports/finance/trytond/pkg-plist
Antoine Brodin c29144fec8 - Swith from easy_install to install (and bump PORTREVISION)
- Use PYDISTUTILS_AUTOPLIST
2014-02-09 15:09:54 +00:00

3 lines
202 B
Text

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