[Title] modify remove script
authorJaewon Lim <jaewon81.lim@samsung.com>
Tue, 17 Jul 2012 13:54:44 +0000 (22:54 +0900)
committerJaewon Lim <jaewon81.lim@samsung.com>
Tue, 17 Jul 2012 13:54:44 +0000 (22:54 +0900)
[Type] bug fix
[Module] dynamic analyzer
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/dynamic-analyzer-product.remove.linux
package/dynamic-analyzer-product.remove.windows
package/pkginfo.manifest

index bdf7be6..c2ea467 100755 (executable)
@@ -7,6 +7,7 @@ ${REMOVE_SHORTCUT} ${DESKTOP_FILE_PATH}
 
 ## Remove auto creating files
 da_path=dynamic_analyzer
-rm -rf ${INSTALLED_PATH}/${da_path}
+rm -rf ${INSTALLED_PATH}/${da_path}/configuration
+rm -rf ${INSTALLED_PATH}/${da_path}/save
 
 ### End ###
index aa141d1..9be9c5a 100644 (file)
@@ -5,5 +5,6 @@ set shortcut_name="DynamicAnalyzer"
 :: delims is a TAB followed by a space
 %REMOVE_SHORTCUT% /shortcut:"%shortcut_name%"
 
-rd/s/q "%INSTALLED_PATH%\dynamic_analyzer"
+rd/s/q "%INSTALLED_PATH%\dynamic_analyzer\configuration"
+rd/s/q "%INSTALLED_PATH%\dynamic_analyzer\save"
 
index 1ceeee9..8129afa 100644 (file)
@@ -1,5 +1,5 @@
 Package:dynamic-analyzer-product
-Version:0.2.3
+Version:0.2.4
 OS:linux
 Build-host-os:linux
 Build-dependency:indigo-pde [linux]
@@ -9,7 +9,7 @@ Maintainer:Jaewon Lim <jaewon81.lim@samsung.com>, Juyoung Kim, Juyoul lee
 Description:Make Dynamic analyzer
 
 Package:dynamic-analyzer-product
-Version:0.2.3
+Version:0.2.4
 OS:windows
 Build-host-os:linux
 Build-dependency:indigo-winpde [windows]