SHA256 (wordpress_331-de.zip) = 89d0d65d09ea6c374c9a107e82ddd54faa323e6476ca0d8a8b4fe7bcc9a31f2c
SHA256 (wordpress_332-de.zip) = 8be1b15de26dcb4af1c68cdbc301e21ed0a88838d649576df6b47a93a46e9558
SIZE (wordpress_331-de.zip) = 4678868
SIZE (wordpress_332-de.zip) = 4681616
#!/bin/sh
case $2 in
PRE-INSTALL)
;;
POST-INSTALL)
%%CHOWN%% -R %%WWWOWN%% %%WWWDIR%%/wp-content
%%FIND%% %%WWWDIR%% -type d -execdir %%CHGRP%% %%WWWGRP%% {} \;
*)
esac
**** NOTE ****
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
in %%WWWDIR%% and modify it to fit your MySQL.
Maybe you need 'mysqladmin create wordpress' first.
If you are upgrading from 1.x or 2.x to 3.x, please run
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x
in ${WWWDIR} and modify it to fit your MySQL.