[Title] product: added the 'init' removement batch code in remove scripts
authorJihoon Song <jihoon80.song@samsung.com>
Tue, 8 Jan 2013 08:10:56 +0000 (17:10 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Thu, 17 Jan 2013 08:49:34 +0000 (17:49 +0900)
[Desc.]
[Issue] InstallManager management

Change-Id: I068c9fec6a037a36fe1114222a7c597d22cad931

package/base-ide-product.remove.linux
package/base-ide-product.remove.windows

index 8fcfc76..651b290 100755 (executable)
@@ -9,4 +9,6 @@ ${REMOVE_SHORTCUT} ${DESKTOP_FILE_PATH}
 ide_path=ide
 rm -rf ${INSTALLED_PATH}/${ide_path}/p2
 
+rm -f ${INSTALLED_PATH}/${ide_path}/init
+
 ### End ###
index bbc3ec8..a38cbc2 100644 (file)
@@ -9,4 +9,4 @@ rd/s/q "%INSTALLED_PATH%\ide\p2"
 :: Uninstall Tizen font
 :: del %HOMEDRIVE%\Windows\Fonts\unnamed.ttf
 
-
+del /q "%INSTALLED_PATH%\ide\init"