]> git.wh0rd.org Git - nano.git/commitdiff
in src/Makefile.am, if we're uninstalling, remove the "rnano" symlink
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 18 May 2006 20:18:36 +0000 (20:18 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 18 May 2006 20:18:36 +0000 (20:18 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3526 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/Makefile.am

index f0e1a845578ae2ddee85e08f957a57513c1c3d32..51caf1050a3fd7009ffda14d300babfaa8163621 100644 (file)
--- 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)
index ab86112567639e68edf4b4c31c86636cff4e67bd..4b700cce66720f1e022bde327fa66e67cd6ea532 100644 (file)
@@ -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