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