From 1fd5d016eea0d253c7f6256eebcb7e112d351da1 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Tue, 3 May 2016 17:04:25 +0900 Subject: [PATCH] Remove unused scripts from generic-desktop-applications.post - Remove pkgdir-tool - Remove buxton protect/unprotect scripts Change-Id: I1292ed76c5c94b50528f2819fef88ee0c45d2b56 Signed-off-by: Sangyoon Jang --- scripts/generic-desktop-applications.post | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/scripts/generic-desktop-applications.post b/scripts/generic-desktop-applications.post index 28d266b..035d3fb 100644 --- a/scripts/generic-desktop-applications.post +++ b/scripts/generic-desktop-applications.post @@ -1,26 +1,6 @@ #!/bin/sh echo "#################### generic-desktop-applications.post ####################" -function generic_desktop_applications_buxton_unprotect() { - chsmack -a '*' /var/lib/buxton2 || true - chsmack -a '*' /var/lib/buxton2/* || true - chmod 0777 /var/lib/buxton2 || true - chmod 0666 /var/lib/buxton2/* || true -} - -function generic_desktop_applications_buxton_protect() { - chmod 0600 /var/lib/buxton2/* || true - chmod 0700 /var/lib/buxton2 || true - chsmack -a System /var/lib/buxton2/* || true - chsmack -a System /var/lib/buxton2 || true -} - -# temp workaround to fill each user app_info database with global db infos -. /etc/tizen-platform.conf -generic_desktop_applications_buxton_unprotect -pkgdir-tool --create --allglobalpkgs -generic_desktop_applications_buxton_protect - # depends on generic-base functions function generic_desktop_applications_fix_userhome() { user=$1 -- 2.7.4