Remove the need to enter the keyring password every time I Login to Ubuntu / Mint

EDIT: No longer necessary as of Mint 9 Isadora as it already has the libraries and parameters to do this automatically.

1. Install pam-gnome-keyring
sudo apt-get install pam-gnome-keyring

2. Delete your default keyring
rm ~/.gnome2/keyring/default.keyring

3. Modify the GDM configuration and save it
sudo nano /etc/pam.d/gdm
add
auth optional pam_gnome_keyring.so
before
session optional pam_gnome_keyring.so auto_start

4. Reboot