4992047d94
PR: ports/90251 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
7 lines
284 B
Text
7 lines
284 B
Text
@mode 640
|
|
@group %%PLAGRP%%
|
|
@unexec if cmp -s %D/%%PLADIR%%/config/config.php.example %D/%%PLADIR%%/config/config.php ; then rm -f %D/%%PLADIR%%/config/config.php ; fi
|
|
%%PLADIR%%/config/config.php.example
|
|
@exec [ ! -f %B/config.php ] && cp -p %B/%f %B/config.php || true
|
|
@mode
|
|
@group
|