aboutsummaryrefslogtreecommitdiff
path: root/www/typo3/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo3/pkg-plist')
-rw-r--r--www/typo3/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/typo3/pkg-plist b/www/typo3/pkg-plist
new file mode 100644
index 000000000000..f9b49a9097eb
--- /dev/null
+++ b/www/typo3/pkg-plist
@@ -0,0 +1,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