if test -x $INSTALL_ROOT/usr/bin/update-mime-database; then
  message "${MESSAGE_COLOR}Updating application mime type database.${DEFAULT_COLOR}"  &&
  $INSTALL_ROOT/usr/bin/update-mime-database $INSTALL_ROOT/usr/share/mime
fi  &&
update_desktop_database
