From 525cc98c92c3a45b4b73b4310bf6678e581fa4aa Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 3 May 2012 12:41:10 +0300 Subject: [PATCH] remove tts voice files to save some space (can still be downloaded from within tts settings) --- releasetools/squisher | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasetools/squisher b/releasetools/squisher index ab9091e..184f77a 100755 --- a/releasetools/squisher +++ b/releasetools/squisher @@ -80,6 +80,11 @@ mkdir $REPACK/ota cd $REPACK/ota printf "Unpacking $OTAPACKAGE..." unzip $QUIET $OTAPACKAGE + +echo +printf "leo has limited diskspace so lets remove some unwanted stuff..." +rm -rf $REPACK/ota/system/tts + echo cd $REPACK/ota/system/framework $OPTICHARGER framework-res.apk