X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php5-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=5b9d2902e0714ea6110e134f7e212d9a6d351ece;hp=1f6771e8d2c116d5aa2a1e90e3e2c1bb71533239;hb=f8e87b446eb5130047dae1b587bd2c657862097d;hpb=5745176be6c89aa3ac461cc46953e09920266674 diff --git a/debian/postinst b/debian/postinst index 1f6771e..5b9d290 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