From: Wouter Wijngaards Date: Thu, 9 Jun 2016 22:54:35 +0000 (+0000) Subject: - And delete service.conf.shipped on uninstall. X-Git-Tag: release-1.5.10~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cd83d1b58926e86eba86958c44dd062b7d04ac1;p=thirdparty%2Funbound.git - And delete service.conf.shipped on uninstall. git-svn-id: file:///svn/unbound/trunk@3774 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 5a05ac372..5d3e911f3 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +10 June 2016: Wouter + - And delete service.conf.shipped on uninstall. + 9 June 2016: Wouter - Trunk is called 1.5.10 (with previous fixes already in there to 2 june). diff --git a/winrc/setup.nsi b/winrc/setup.nsi index 99f2b1794..15735933a 100644 --- a/winrc/setup.nsi +++ b/winrc/setup.nsi @@ -189,6 +189,7 @@ section "un.Unbound" Delete "$INSTDIR\unbound-control-setup.cmd" Delete "$INSTDIR\unbound-website.url" Delete "$INSTDIR\service.conf" + Delete "$INSTDIR\service.conf.shipped" Delete "$INSTDIR\example.conf" Delete "$INSTDIR\Changelog" Delete "$INSTDIR\root.key"