]> git.sur5r.net Git - bacula/bacula/commitdiff
Undelete bat help files
authorKern Sibbald <kern@sibbald.com>
Tue, 23 Feb 2010 21:08:07 +0000 (22:08 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:34 +0000 (16:49 +0200)
bacula/src/win32/win32_installer/winbacula.nsi
bacula/src/win32/win64_installer/winbacula.nsi

index 6d95422e38a12a5dfd7ad1d39d36d275cc776341..eff5b904d35e38e05dd4873810707fb93c8206b9 100644 (file)
@@ -642,6 +642,7 @@ Section "Uninstall"
   ; remove files and uninstaller (preserving config for now)
   Delete /REBOOTOK "$INSTDIR\doc\*"
   Delete /REBOOTOK "$INSTDIR\*"
+  Delete /REBOOTOK "$INSTDIR\help\*"
 
   ; Check for existing installation
   MessageBox MB_YESNO|MB_ICONQUESTION \
@@ -667,6 +668,7 @@ NoDel:
 
   ; remove directories used
   RMDir "$INSTDIR\doc"
+  RMDir "$INSTDIR\help"
   RMDir "$INSTDIR"
 SectionEnd
 
index b0759af36bdce1aa714f6364140f4d044a96f193..27a0915aed120697c9b77d19729228c9c103f062 100644 (file)
@@ -612,6 +612,7 @@ Section "Uninstall"
   ; remove files and uninstaller (preserving config for now)
   Delete /REBOOTOK "$INSTDIR\doc\*"
   Delete /REBOOTOK "$INSTDIR\*"
+  Delete /REBOOTOK "$INSTDIR\help\*"
 
   ; Check for existing installation
   MessageBox MB_YESNO|MB_ICONQUESTION \
@@ -639,6 +640,7 @@ NoDel:
 
   ; remove directories used
   RMDir "$INSTDIR\doc"
+  RMDir "$INSTDIR\help"
   RMDir "$INSTDIR"
 SectionEnd