X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=cbb3a378a073b0d059650764f9eb9affd014fc44;hb=2ed83ded0b7a9b2775e99116bdb576aa961ffc8a;hp=1f6771e8d2c116d5aa2a1e90e3e2c1bb71533239;hpb=77da50f4913fa24efe0e061cca00093b7e09991e;p=php5-cn.git diff --git a/debian/postinst b/debian/postinst index 1f6771e..cbb3a37 100755 --- a/debian/postinst +++ b/debian/postinst @@ -25,7 +25,7 @@ esac PKG="php5-cn" A2MODEDIR="/etc/apache2/mods-enabled" -EXTENSIONS="mysql ldap gd" +EXTENSIONS="mysql" PHP5DIR="/etc/php5" PHP5CONFD="/etc/php5/conf.d" @@ -48,7 +48,7 @@ if [ -e /etc/apache2/apache2.conf ]; then fi -# Check if PHP5 extensions (MySQL, LDAP, GD) are enabled. +# Check if PHP5 extensions are enabled. # for php5ext in $EXTENSIONS; do @@ -70,6 +70,12 @@ for php5ext in $EXTENSIONS; do fi done + # Check $PHP5CONFD directory. + if [ ! -d "$PHP5CONFD" ]; then + cp_echo "CN: Creating configuration directory $PHP5CONFD" + mkdir $PHP5CONFD + fi + # Check extension configuration in /etc/php5/conf.d/ directory. if [ ! -f "$PHP5CONFD/$php5ext.ini" ]; then