summaryrefslogtreecommitdiff
path: root/debian/php5-cli.postinst.extra
blob: 41718cf9dc9de7c5c36608d2e626f728edfe251c (plain)
1
2
3
4
5
if [ "$1" = "configure" ]; then
    update-alternatives \
	--install /usr/bin/php php /usr/bin/php5 50 \
	--slave /usr/share/man/man1/php.1.gz php.1.gz /usr/share/man/man1/php5.1.gz
fi