Update script path 88/76988/2 accepted/tizen/common/20160629.222526 accepted/tizen/ivi/20160629.020736 accepted/tizen/mobile/20160629.020843 accepted/tizen/tv/20160629.020756 accepted/tizen/wearable/20160629.020819 submit/tizen/20160628.080717 submit/tizen/20160629.084931
authorMinje Ahn <minje.ahn@samsung.com>
Tue, 28 Jun 2016 07:51:51 +0000 (16:51 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Tue, 28 Jun 2016 07:58:01 +0000 (16:58 +0900)
Change-Id: Ib8f41699b6396cce848a2b800355468e7e1a8d40
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
30_media-server-add.post

index dc0d5c0..3009946 100644 (file)
@@ -1,17 +1,18 @@
 #!/bin/sh -e
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 NEW_USER=$1
 export `tzplatform-get --user $NEW_USER TZ_USER_SHARE`
 export `tzplatform-get --user $NEW_USER TZ_USER_DB`
 
 /usr/bin/touch $TZ_USER_DB/.media.db
-chown multimedia_fw:multimedia_fw $TZ_USER_DB/.media.db
-chmod 2644 $TZ_USER_DB/.media.db
+/usr/bin/chown multimedia_fw:multimedia_fw $TZ_USER_DB/.media.db
+/usr/bin/chmod 2644 $TZ_USER_DB/.media.db
 
-mkdir -p $TZ_USER_SHARE/media/.thumb/phone
-mkdir -p $TZ_USER_SHARE/media/.thumb/mmc
-chown -R multimedia_fw:multimedia_fw $TZ_USER_SHARE/media
+/usr/bin/mkdir -p $TZ_USER_SHARE/media/.thumb/phone
+/usr/bin/mkdir -p $TZ_USER_SHARE/media/.thumb/mmc
+/usr/bin/chown -R multimedia_fw:multimedia_fw $TZ_USER_SHARE/media
 /usr/bin/chsmack -a 'User::App::Shared' -t
-chmod 2775 $TZ_USER_SHARE/media
-chmod -R 2777 $TZ_USER_SHARE/media/.thumb
-find $NEW_USER $TZ_USER_SHARE/media/.thumb -type d -exec /usr/bin/chsmack -a 'User::App::Shared' -t {} +
+/usr/bin/chmod 2775 $TZ_USER_SHARE/media
+/usr/bin/chmod -R 2777 $TZ_USER_SHARE/media/.thumb
+/usr/bin/find $NEW_USER $TZ_USER_SHARE/media/.thumb -type d -exec /usr/bin/chsmack -a 'User::App::Shared' -t {} +