merge two script files to handset-rd-pq.post 53/18853/1 accepted/tizen/mobile/20140402.061613 submit/tizen/20140402.055632 submit/tizen/20140402.060134
authorJinkun Jang <jinkun.jang@samsung.com>
Wed, 2 Apr 2014 05:55:20 +0000 (14:55 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Wed, 2 Apr 2014 05:55:20 +0000 (14:55 +0900)
Change-Id: I7abf17327d7681690bd05e263c49c7049f06d49e

ks/RD-PQ.yaml
scripts/handset-rd-pq.post
scripts/rd-pq.post [deleted file]

index 88963e3..5cb713c 100644 (file)
@@ -20,5 +20,4 @@ PostScripts:
     - Tizen-common-cleanup
     - handset-rd-pq
     - setup-fstab-mobile
-    - RD-PQ
 NoChrootScripts:
index 9b1a044..3009a40 100644 (file)
@@ -6,3 +6,7 @@ set_usb_debug.sh --set
 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
diff --git a/scripts/rd-pq.post b/scripts/rd-pq.post
deleted file mode 100644 (file)
index 3e0c849..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# Since applications runs with the "User" label, the app
-# home dir must have the same label
-chsmack -a User /opt/home/app
-