updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / parserfunctions-mediawiki-ext / parserfunctions.install
bloba930485569321644361a1bc3a0f8d8fd2d8cee1e
1 pre_install() {
2         /bin/true
5 post_install() {
6         echo You need to perform the following step to complete installation:
7         echo 1. In your MediaWiki \$IP/LocalSettings.php, at the bottom of the file add:
8         echo    \"require_once\(\"\$IP/extensions/ParserFunctions/ParserFunctions.php\"\)\;\"
9         echo 2. If you want to use the integrated string function functionality, add:
10         echo    \$wgPFEnableStringFunctions = true\;
11         /bin/true
14 pre_upgrade() {
15         /bin/true
18 post_upgrade() {
19         /bin/true
22 pre_remove() {
23         /bin/true
26 post_remove() {
27         /bin/true