diff --git a/ChangeLog b/ChangeLog
index f0e1a845578ae2ddee85e08f957a57513c1c3d32..51caf1050a3fd7009ffda14d300babfaa8163621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -329,6 +329,9 @@ CVS code -
 	- Mention that the nanorc file should not be in DOS or Mac
 	  format. (DLR)
 	- Add various wording fixes. (Benno Schulenberg and DLR)
+- src/Makefile.am:
+	- If we're uninstalling, remove the "rnano" symlink. (DLR, found
+	  by Benno Schulenberg)
 - TODO:
 	- Update for nano 2.0, since we're now in a feature freeze.
 	  (DLR)
diff --git a/src/Makefile.am b/src/Makefile.am
index ab86112567639e68edf4b4c31c86636cff4e67bd..4b700cce66720f1e022bde327fa66e67cd6ea532 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,3 +26,5 @@ nano_LDADD = @GLIB_LIBS@ @LIBINTL@
 
 install-exec-hook:
 	cd $(DESTDIR)$(bindir) && rm -f rnano && $(LN_S) nano rnano
+uninstall-hook:
+	cd $(DESTDIR)$(bindir) && rm -f rnano