summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonsub Lee <joon-sub.lee@samsung.com>2015-12-17 14:16:11 +0900
committerJoonsub Lee <joon-sub.lee@samsung.com>2015-12-17 14:17:06 +0900
commitbe23f11290f9ca5da574220a4212c9b1fd0e92d5 (patch)
tree4773b5461214a25ec8d6f601396bb1f18dd68103
parentf05981b90d5527bdb837b658d8562749fb691eb4 (diff)
downloadmeta-mobile-accepted/tizen/mobile/20151217.093724.tar.gz
meta-mobile-accepted/tizen/mobile/20151217.093724.tar.bz2
meta-mobile-accepted/tizen/mobile/20151217.093724.zip
Change-Id: If2fec90562263ee0ec651c78a1628313645a9b91 Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rw-r--r--scripts/mobile-adaptation-tm1.post4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/mobile-adaptation-tm1.post b/scripts/mobile-adaptation-tm1.post
index 4e3b217..f5b8e36 100644
--- a/scripts/mobile-adaptation-tm1.post
+++ b/scripts/mobile-adaptation-tm1.post
@@ -5,6 +5,8 @@ echo "#################### mobile-adaptation-tm1.post ####################"
rm /boot/kernel/dzImage
rm /boot/kernel/dzImage-recovery
-# remove manuals and docs
+# remove manuals, docs and headers
+rm -rf /usr/include
rm -rf /usr/share/man
rm -rf /usr/share/doc
+