--- a/debian/littlebird-tc-core.postinst Wed Sep 14 15:59:31 2011 +0200
+++ b/debian/littlebird-tc-core.postinst Wed Sep 14 21:32:47 2011 +0200
@@ -36,7 +36,7 @@
# not sure if this conforms to policy: changing another packages
# config files
if test -d /etc/php5/cli; then
- echo "# linking php.ini to zend" >&2
+ #echo "# linking php.ini to zend" >&2
( set -e
cd /etc/php5/cli
s=/usr/local/zend/etc/conf.php.ini
@@ -49,7 +49,7 @@
fi
if test -d "/etc/php5/conf.d"; then
- echo "# linkin other zend inis" >&2
+ #echo "# linking other zend inis" >&2
( set -e
cd /etc/php5/conf.d
for p in mysqli.ini curl.ini mcrypt.ini gd.ini