[NSIS] ovirt: Add missing removal of hooks base directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Vinzenz Feenstra <vfeenstr@xxxxxxxxxx>

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 <vfeenstr@xxxxxxxxxx>
---
 win-guest-tools.nsis | 1 +
 1 file changed, 1 insertion(+)

diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index 5c594c0..4e5464e 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -245,6 +245,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"
 
-- 
2.1.4

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]