misc-vigs: remove unneccessary script in xinitrc file 58/19758/1
authorjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 16 Apr 2014 12:12:21 +0000 (21:12 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Thu, 17 Apr 2014 08:52:32 +0000 (17:52 +0900)
The config is already in e17 misc.

Change-Id: If951eaca2b6167d6d1c5d339f47999b08c463011
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
i386-common/xinitrc

index b3beafa..6f2501d 100755 (executable)
@@ -1,18 +1,3 @@
 #!/bin/sh
 
 /usr/bin/scim -d &
-
-# Link .e
-export HOME=/opt/home/app
-
-if [ ! -d ${HOME}/.e ]; then
-       cp -rf /opt/home/root/.e ${HOME}/.e
-       chown -R app:app ${HOME}/.e
-fi
-
-E17_USER=`id -u app`
-E17_GROUP=`id -g app`
-
-HOME=/opt/home/app USER=app /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it -user ${E17_USER} -group ${E17_GROUP} &
-#su -c "HOME=/opt/home/app /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it &" -l app
-