summaryrefslogtreecommitdiff
path: root/scripts/handset-rd-pq.post
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/handset-rd-pq.post')
-rw-r--r--scripts/handset-rd-pq.post15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/handset-rd-pq.post b/scripts/handset-rd-pq.post
deleted file mode 100644
index d055ede..0000000
--- a/scripts/handset-rd-pq.post
+++ /dev/null
@@ -1,15 +0,0 @@
-# Make sdb work.
-#vconftool set -t int memory/setting/usb_sel_mode 0 -f
-set_usb_debug.sh --set
-
-# Set environment for launchpad daemon. Fix TDIST-264
-cat > /etc/sysconfig/launchpad <<EOF
-DISPLAY=:0
-EOF
-
-# Since applications runs with the "User" label, the app
-# home dir must have the same label
-chsmack -a User /opt/home/app
-
-# vconf should have 'User' label.
-find /opt/var/kdb | xargs chsmack -a 'User'