aboutsummaryrefslogtreecommitdiff
path: root/www/typo343/pkg-plist
blob: 9d9089a9add7c965ff6d7b7dc41b4a4ccac7d517 (plain) (blame)
1
2
3
@exec mkdir -p %D/www/typo343/typo3conf 2> /dev/null
@exec [ -f %D/www/typo343/typo3conf/localconf.php ] || cp %D/www/typo343/typo3conf/localconf.php.dist %D/www/typo343/typo3conf/localconf.php
@unexec if cmp -s %D/www/typo343/typo3conf/localconf.php %D/www/typo343/typo3conf/localconf.php.dist; then rm -f %D/www/typo343/typo3conf/localconf.php; fi