+* 2.2.40
+- add sdb link in /usr/bin/sdb for autocomplete
+== ho.namkoong <ho.namkoong@samsung.com> 2013-12-18
* 2.2.39
- fix uninstall script for sdb autocomplete
== ho.namkoong <ho.namkoong@samsung.com> 2013-12-17
-Version:2.2.39
+Version:2.2.40
Source:sdb
Maintainer:Kangho Kim <kh5325.kim@samsung.com>, Yoonki Park<yoonki.park@samsung.com>, Hyunsik Noh<hyunsik.noh@samsung.com>, Gun Kim<gune.kim@samsung.com>, Ho Namkoong<ho.namkoong@samsung.com>, Taeyoung Son<taeyoung2.son@samsung.com>
SDB_AC_NAME=sdb-autocomplete
SDB_AC_SRC_PATH=${INSTALLED_PATH}/tools/${SDB_AC_NAME}
SDB_AC_DST_PATH=/etc/bash_completion.d/${SDB_AC_NAME}
+SDB_NAME=sdb
+SDB_PATH=${INSTALLED_PATH}/tools/${SDB_NAME}
gksudo "mv -f ${SDB_AC_SRC_PATH} ${SDB_AC_DST_PATH}"
+gksudo "ln -sf ${SDB_PATH} /usr/bin/sdb"
# . /etc/bash_completion
SDB_AC_DST_PATH=/etc/bash_completion.d/${SDB_AC_NAME}
rm -rf ${INSTALLED_PATH}/${SDB_PATH}
-gksudo "rm -rf ${SDB_AC_DST_PATH}"
+gksudo "rm -rf ${SDB_AC_DST_PATH} /usr/bin/sdb"
exit 0
#define A_VERSION 0x0100000
#define SDB_VERSION_MAJOR 2 // increments upon significant architectural changes or the achievement of important milestones
#define SDB_VERSION_MINOR 2 // progress is made within a major version
-#define SDB_VERSION_PATCH 39 // increments for small sets of changes
+#define SDB_VERSION_PATCH 40 // increments for small sets of changes
#define SDB_VERSION_MAX_LENGTH 128
extern MAP hex_map;