if module_installed php; then
  lin -c php
elif module_installed php5; then
  lin -c php5
fi
