default_install  &&
if  [[  $INIT_INSTALLED  ]]; then
	cp ${SPELL_DIRECTORY}/mpd.conf ${INSTALL_ROOT}/etc   
else
	install_config_file  doc/mpdconf.example  \
         	            $INSTALL_ROOT/etc/mpd.conf 
fi 
