From: eldy <> Date: Thu, 31 Jul 2008 13:53:06 +0000 (+0000) Subject: Avoid removing dir in awstats X-Git-Tag: AWSTATS_6_9_BETA~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c040dbbb92e018b9da7e908df477c18f67cd8a37;p=thirdparty%2FAWStats.git Avoid removing dir in awstats --- diff --git a/make/exe/awstats.nsi b/make/exe/awstats.nsi index 953115ce..2415f59d 100644 --- a/make/exe/awstats.nsi +++ b/make/exe/awstats.nsi @@ -202,7 +202,8 @@ Section "Uninstall" RMDir /r "$INSTDIR/docs" RMDir /r "$INSTDIR/tools" RMDir /r "$INSTDIR/wwwroot" - + RMDir "$INSTDIR" + SectionEnd