Paged homepage – requirements?

If you put the following after the while loop, does it link to anything?

<?php next_posts_link('&laquo; previous posts');
    if (get_next_posts_link() && get_previous_posts_link())
        echo ' | ';
    previous_posts_link('next posts &raquo;');
?>