summarylogtreecommitdiffstats
path: root/phpdocumentor2.install
blob: c064728267f6ed443ef7d0dfd6fb05c600e34084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
printinfo() {
cat <<EOF
 
 Please note that the following extensions should be enabled in php.ini:
  - iconv
  - phar
  - xsl

 Also make sure that /usr/share/webapps or /usr/share/webapps/phpdocumentor2
 is included in the open_basedir path.
  
EOF
}

post_install() {
        printinfo
}

post_upgrade() {
	printinfo
}