updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / confirmaccount-mediawiki-ext / confirmaccount.install
blobfd757193016bf79049ccf5aefb11917203a853d8
1 pre_install() {
2         /bin/true
5 post_install() {
6         echo You need to perform the following steps to complete installation:
7         echo 1. Add 'require_once("$IP/extensions/ConfirmAccount/ConfirmAccount.php");' to your MediaWiki LocalSettings.php
8         echo 2. run maintenance/update.php from the command line: php /path/to/mediawiki/maintenance/update.php
9         echo 3. If that fails, manually install ConfirmAccount.sql to your database \(edit first to configure options like table prefix etc\) and then run step 3 again
10         echo 4. Make sure \"\$wgEnableEmail\" is set to true in LocalSettings.php
11         /bin/true
14 pre_upgrade() {
15         /bin/true
18 post_upgrade() {
19         echo You may need to run maintenance/update.php from the command line: php /path/to/mediawiki/maintenance/update.php
20         /bin/true
23 pre_remove() {
24         /bin/true
27 post_remove() {
28         /bin/true