From 506e6371fb8fe250d1ae6ee0e6f6f53bea0095d6 Mon Sep 17 00:00:00 2001 From: Vinzenz Feenstra Date: Wed, 22 Jun 2016 12:12:43 +0200 Subject: ovirt: Add missing removal of hooks base directory When the directories for the hooks have been introduced, the base folder has been left over during the uninstallation. This patch adds the removal of the hooks base directory. Change-Id: Ib48d2538c92e5e761ce4803c99a85ca0de2a47a4 Signed-off-by: Vinzenz Feenstra --- win-guest-tools.nsis | 1 + 1 file changed, 1 insertion(+) diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis index 0aa3409..9679a7f 100644 --- a/win-guest-tools.nsis +++ b/win-guest-tools.nsis @@ -243,6 +243,7 @@ Section "Uninstall" RMDir /rebootok "$INSTDIR\hooks\before_hibernation" RMDir /rebootok "$INSTDIR\hooks\after_migration" RMDir /rebootok "$INSTDIR\hooks\before_migration" + RMDir /rebootok "$INSTDIR\hooks" !endif RMDir /rebootok "$INSTDIR" -- cgit v1.2.3