Comment 1 for bug 186626

Revision history for this message
Michael Vogt (mvo) wrote : Re: phpize is missing from program.d database

It looks like the alternatives parser does not understand the folllowing fragment:

for i in php-config phpize; do
        update-alternatives \
          --install /usr/bin/"$i" $i /usr/bin/"$i"5 50 \
          --slave /usr/share/man/man1/"$i".1.gz "$i".1.gz /usr/share/man/man1/"$i"5.1.gz
done

(from php5-dev.postinst)