X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php4-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=afeb5518bc4d4da37f6a5196295d4e0f13fa00d9;hp=a806b2bdac15cfa852890641c9f1d4317d526821;hb=55584aaa1cc15758322f59c989d1d37d29e8ebb3;hpb=ccd0211c4bf5058f1e6c60d908a8f7cd2f13248d diff --git a/debian/postinst b/debian/postinst index a806b2b..afeb551 100755 --- a/debian/postinst +++ b/debian/postinst @@ -25,7 +25,7 @@ esac PKG="php4-cn" A2MODEDIR="/etc/apache2/mods-enabled" -EXTENSIONS="mysql ldap gd" +EXTENSIONS="mysql" PHP4DIR="/etc/php4" PHP4CONFD="/etc/php4/conf.d" @@ -48,7 +48,7 @@ if [ -e /etc/apache2/apache2.conf ]; then fi -# Check if PHP4 extensions (MySQL, LDAP, GD) are enabled. +# Check if PHP4 extensions are enabled. # for php4ext in $EXTENSIONS; do