From: markt Date: Thu, 25 Sep 2008 11:07:44 +0000 (+0000) Subject: Add NOTICE file to uninstall section. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3e17fca53c9502755de00ab2c24b3e96fc8c8316;p=tomcat7.0 Add NOTICE file to uninstall section. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@698925 13f79535-47bb-0310-9956-ffa450edef68 --- 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"