[Type] // Commit Type: Feature / Bugfix / Enhancement
[Module] // Module Name - (Main / Sub)
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
currentPath=`pwd`
desktoppath=~/.local/share/applications
+UBUNTU_VER=`awk 'BEGIN {FS="="}; /DISTRIB_RELEASE.*/ {print $2}' /etc/lsb-release`
+case ${UBUNTU_VER} in
+ 11.04)
+ categories="Tizen SDK;Development"
+ ;;
+ 11.10)
+ categories="Tizen SDK;Development"
+ ;;
+ *)
+ categories="Tizen SDK"
+ ;;
+esac
+
+
+
## vtm shortcut
vtm_desktopfile=$desktoppath/tizen-sdk-vtm.desktop
vtm_iconfile=vtm.ico