From 3e17fca53c9502755de00ab2c24b3e96fc8c8316 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 25 Sep 2008 11:07:44 +0000 Subject: [PATCH] Add NOTICE file to uninstall section. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@698925 13f79535-47bb-0310-9956-ffa450edef68 --- res/tomcat.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 88ceec5be..75187f880 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -618,6 +618,7 @@ Section Uninstall RMDir /r "$SMPROGRAMS\Apache Tomcat 6.0" Delete "$INSTDIR\tomcat.ico" Delete "$INSTDIR\LICENSE" + Delete "$INSTDIR\NOTICE" RMDir /r "$INSTDIR\bin" RMDir /r "$INSTDIR\lib" Delete "$INSTDIR\conf\*.dtd" -- 2.11.0